Transform4D::MakeRotationX
Defined in:
Returns a matrix that represents a rotation about the x axis.
TSMatrix4D.h
Prototype
static Transform4D 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