コード例 #1
0
ファイル: TransformUtil.cs プロジェクト: Belxjander/Asuna
 public static IndexedQuaternion GetRotation(ref IndexedBasisMatrix a)
 {
     return a.GetRotation();
 }
コード例 #2
0
ファイル: TransformUtil.cs プロジェクト: Belxjander/Asuna
 public static void GetRotation(ref IndexedBasisMatrix a, out IndexedQuaternion rot)
 {
     rot = a.GetRotation();
 }