Exemplo n.º 1
0
 public static bool Equal(XMVector p1, XMVector p2)
 {
     return(XMVector4.Equal(p1, p2));
 }
Exemplo n.º 2
0
 public static bool IsIdentity(XMVector q)
 {
     return(XMVector4.Equal(q, XMGlobalConstants.IdentityR3));
 }
Exemplo n.º 3
0
 public static bool Equal(XMVector c1, XMVector c2)
 {
     return(XMVector4.Equal(c1, c2));
 }
Exemplo n.º 4
0
 public static bool Equal(XMVector q1, XMVector q2)
 {
     return(XMVector4.Equal(q1, q2));
 }