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