XMMatrixIsInfinite

Tests whether any of the elements of a matrix are positive or negative infinity.

Syntax

bool XMMatrixIsInfinite(
         CXMMATRIX M
)  

Parameters

M
Type: CXMMATRIX 

Matrix to test.

Return value

Type: bool 

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

Requirements

Header: Declared in directxmath.h.