D3DXMatrixDeterminant function (D3DX10Math.h)

Note

The D3DX utility library is deprecated. We recommend that you use DirectXMath instead.

Returns the determinant of a matrix.

Syntax

FLOAT D3DXMatrixDeterminant(
  _In_ const D3DXMATRIX *pM
);

Parameters

pM [in]

Type: const D3DXMATRIX*

Pointer to the source D3DXMATRIX structure.

Return value

Type: FLOAT

Returns the determinant of the matrix.

Requirements

Requirement Value
Header
D3DX10Math.h
Library
D3DX10.lib

See also

Math Functions