D3DXMatrixIsIdentity

Determines if a matrix is an identity matrix.

BOOL D3DXMatrixIsIdentity(
  CONST D3DXMATRIX * pM
);

Parameters

pM
[in] Pointer to the D3DXMATRIX structure that will be tested for identity.

Return Values

If the matrix is an identity matrix, this function returns TRUE. Otherwise, this function returns FALSE.

Requirements

Header: Declared in D3dx9math.h.

See Also

D3DXMatrixIdentity