Motor3D::GetTransformMatrix
Defined in:
Converts a motor to its corresponding 4 × 4 matrix.
TSMotor3D.h
Prototype
Transform4D GetTransformMatrix(void) const;
Description
The GetTransformMatrix
function converts a motor to the Transform4D
object that represents the same transformation when it premultiplies a Vector3D
or Point3D
object.
See Also