Determines if a matrix is an identity matrix.
BOOL D3DXMatrixIsIdentity( CONST D3DXMATRIX * pM );
If the matrix is an identity matrix, this function returns TRUE. Otherwise, this function returns FALSE.
Header: Declared in D3dx9math.h.
D3DXMatrixIdentity