Tests whether any of the elements of a matrix are positive or negative infinity.
bool XMMatrixIsInfinite(
CXMMATRIX M
)
M
Type: CXMMATRIX
Matrix to test.
Type: bool
Returns true if any element of M is either positive or negative infinity, and false otherwise.
Header: Declared in directxmath.h.