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