Tests whether any component of a 3D vector is positive or negative infinity.
bool XMVector3IsInfinite(
XMVECTOR V
)
V
Type: XMVECTOR
3D vector.
Type: bool
Returns true if any component of V is positive or negative infinity, and false otherwise.
Header: Declared in directxmath.h.