![]() |
![]() |
![]() |
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
Header d3dx9math.h Import library d3dx9.lib Minimum operating systems Windows 98