Пример #1
0
 public static XMVector NormalizeEst(XMVector q)
 {
     return(XMVector4.NormalizeEst(q));
 }