RotateJoint <x> <y> <z> <angle>
Description
Builds a transformation matrix representing a rotation of angle degrees about the specified vector and pre-concatenate it onto the current joint transformation matrix.
Arguments
x The X component of the vector to rotate about.
y The Y component of the vector to rotate about.
z The Z component of the vector to rotate about.
angle The angle (in degrees) of rotation.
API Equivalent