C4 Engine
C4 Engine API Documentation

Matrix4D::SetIdentity

Defined in:  TSMatrix4D.h
Sets a matrix to the 4 × 4 identity matrix.
Prototype

Matrix4D& SetIdentity(void);

Description
The SetIdentity function replaces all entries of a matrix with the entries of the identity matrix.

The return value is a reference to the matrix object.
See Also

Matrix4D::Set