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