예제 #1
0
 public static bool IsNaN(XMVector c)
 {
     return(XMVector4.IsNaN(c));
 }
예제 #2
0
 public static bool IsNaN(XMVector p)
 {
     return(XMVector4.IsNaN(p));
 }
예제 #3
0
 public static bool IsNaN(XMVector q)
 {
     return(XMVector4.IsNaN(q));
 }