Function XMMatrixIsInfinite

Source
pub fn XMMatrixIsInfinite(M: FXMMATRIX) -> bool
Expand description

Tests whether any of the elements of a matrix are infinite.

§Parameters

M Matrix to test.

§Return value

Returns true if any element of M is either positive or negative infinity, and false otherwise.

§Reference

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