C4 Engine
C4 Engine API Documentation

Matrix3D::MakeRotationZ

Defined in:  TSMatrix3D.h
Returns a matrix that represents a rotation about the z axis.
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

Matrix3D::MakeRotationX

Matrix3D::MakeRotationY

Matrix3D::MakeRotation

Matrix3D::SetIdentity

Matrix3D::Set