Matrix2D::SetIdentity
Defined in:
Sets a matrix to the 2 × 2 identity matrix.
TSMatrix2D.h
Prototype
Matrix2D& 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