?/TD>
Microsoft DirectX 9.0

D3DXMatrixDeterminant Function


Returns the determinant of a matrix.

Syntax

FLOAT 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


© 2002 Microsoft Corporation. All rights reserved.