Motor3D::GetDirectionZ
Defined in:
Returns the direction to which the z axis is transformed by a motor.
TSMotor3D.h
Prototype
Vector3D GetDirectionZ(void) const;
Description
The GetDirectionZ
function calculates the 3D vector that results from transforming the direction vector (0, 0, 1) with the motor for which it is called.
See Also