Function directx_math::XMMatrixIsInfinite[][src]

pub fn XMMatrixIsInfinite(M: FXMMATRIX) -> bool

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