D3DXMatrixDeterminant
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXMatrixDeterminant Function


Returns the determinant of a matrix.

Syntax

FLOAT WINAPI D3DXMatrixDeterminant(      

    CONST D3DXMATRIX *pM );

Parameters

pM
[in] Pointer to the source D3DXMATRIX structure.

Return Value

Returns the determinant of the matrix.

Function Information

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


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