[][src]Function directx_math::XMPlaneIsInfinite

pub fn XMPlaneIsInfinite(P: FXMVECTOR) -> bool

Tests whether any of the coefficients of a plane is positive or negative infinity.

Parameters

P XMVECTOR describing the plane coefficients (A, B, C, D) for the plane equation Ax+By+Cz+D=0.

Return value

Returns true if any of the coefficients of the plane is positive or negative infinity, and false otherwise.

Reference

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