Computes the determinant of a matrix.
XMVECTOR XMMatrixDeterminant(
CXMMATRIX M
)
M
Type: CXMMATRIX
Matrix from which to compute the determinant.
Type: XMVECTOR
Returns a vector. The determinant of M is replicated into each component.
Header: Declared in directxmath.h.