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