D3DXMatrixIsIdentity
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXMatrixIsIdentity Function


Determines if a matrix is an identity matrix.

Syntax

BOOL D3DXMatrixIsIdentity(      

    CONST D3DXMATRIX *pM );

Parameters

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

Return Value

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



Function Information

Headerd3dx9math.h
Import libraryd3dx9.lib
Minimum operating systems Windows 98

See Also

D3DXMatrixIdentity


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.