Microsoft DirectX 8.1 (C++) |
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 D3dx8math.h.
Import Library: Use D3dx8.lib.