Angle of node?

 
 
 
Posted by:kkcczz
Data created:28 March 2011

How to check angle of node?

please show me a example. thanks

How about getting the node transformation matrix.

IMatrix3 IINode.GetNodeTM(int t, IInterval valid)

check the SDK docs for how angle of rotation can be calculated from the indices of the matrix.

That is correct. Depending on the types of angle representation you need (Euler or quaternion) you can use the Quat class or AngleAxis to extract the angles from a transformation matrix.

Marsel Khadiyev (Software Developer, EPHERE Inc.)