C4 Engine
C4 Engine API Documentation

Quaternion::MakeRotationY

Defined in:  TSQuaternion.h
Returns a quaternion that represents a rotation about the y axis.
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

Quaternion::MakeRotationX

Quaternion::MakeRotationZ

Quaternion::MakeRotation

Quaternion::GetRotationMatrix