[][src]Function directx_math::XMMatrixDeterminant

pub fn XMMatrixDeterminant(M: FXMMATRIX) -> FXMVECTOR

Computes the determinant of a matrix.

Parameters

M Matrix from which to compute the determinant.

Return value

Returns a vector. The determinant of M is replicated into each component.

Reference

https://docs.microsoft.com/en-us/windows/win32/api/directxmath/nf-directxmath-XMMatrixDeterminant