Exemplo n.º 1
0
 public static IndexedQuaternion GetRotation(ref IndexedBasisMatrix a)
 {
     return a.GetRotation();
 }
Exemplo n.º 2
0
 public static void GetRotation(ref IndexedBasisMatrix a, out IndexedQuaternion rot)
 {
     rot = a.GetRotation();
 }