public static bool IsNaN(XMVector v) { return(XMVector.IsNaN(v.X) || XMVector.IsNaN(v.Y) || XMVector.IsNaN(v.Z) || XMVector.IsNaN(v.W)); }