Quaternion::MakeRotationY
Defined in:
Returns a quaternion that represents a rotation about the y axis.
TSQuaternion.h
Prototype
static Quaternion MakeRotationY(float angle);
Parameters
angle |
The angle of rotation, in radians. |
Description
The MakeRotationY
function returns a quaternion representing the rotation through the angle given by the angle
parameter about the y axis. The resulting quaternion has unit length.
See Also