Esempio n. 1
0
 public static XMVector Normalize(XMVector q)
 {
     return(XMVector4.Normalize(q));
 }