Skip to content

Latest commit

 

History

History
76 lines (48 loc) · 1.32 KB

d3d10-d3dxmatrixdeterminant.md

File metadata and controls

76 lines (48 loc) · 1.32 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
D3DXMatrixDeterminant function (D3DX10Math.h) - Returns the determinant of a matrix.
b0155c91-1554-42ef-b219-c6cdd2a905b5
D3DXMatrixDeterminant function (D3DX10Math.h)
reference
05/31/2018
APIRef
kbSyntax
D3DXMatrixDeterminant
LibDef
D3DX10.lib
D3DX10.dll

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