Motor3D::GetPosition
Defined in:
Returns the position to which the origin is transformed by a motor.
TSMotor3D.h
Prototype
Point3D GetPosition(void) const;
Description
The GetPosition
function calculates the 3D point that results from transforming the origin with the motor for which it is called.
See Also