On 11/11/2013 at 03:53, xxxxxxxx wrote:
User Information:
Cinema 4D Version: r14
Platform:
Language(s) : C++ ;
---------
hm, i am still having problems to detect the direction between two points. i thought this would work, but it seems not:
Vector angle = VectorToHPB(point_to-point_from);
how do i get the correct angle between two points?