SetIdentityMatrix
TheSetIdentityMatrixfunction allows your application to set the contents of a matrix so that it performs no transformation. Such matrices are referred to as identity matrices.
pascal void SetIdentityMatrix (MatrixRecord *matrix);
matrix- Contains a pointer to a matrix structure. The
SetIdentityMatrixfunction updates the contents of this matrix so that the matrix describes the identity matrix.ERROR CODES
None