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