Tests whether any of the coefficients of a plane is a NaN.
bool XMPlaneIsNaN(
XMVECTOR P
)
P
Type: XMVECTOR
XMVECTOR describing the plane coefficients (A, B, C, D) for the plane equation Ax+By+Cz+D=0.
Type: bool
Returns true if any of the coefficients of the plane is a NaN, and false otherwise.
Header: Declared in directxmath.h.