Matrix3D::MakeRotationY
Defined in:
Returns a matrix that represents a rotation about the y axis.
TSMatrix3D.h
Prototype
static Matrix3D MakeRotationY(float angle);
Parameters
angle |
The angle through which to rotate, in radians. |
Description
The MakeRotationY
function returns a matrix representing a rotation through the angle given by the angle
parameter about the y axis.
See Also