コード例 #1
0
ファイル: BoxCollision.cs プロジェクト: Bunni/Miner-Wars-2081
 //! Compairison of transformation objects
 bool CompareTransformsEqual(ref IndexedMatrix t1, ref IndexedMatrix t2)
 {
     return t1.Equals(t2);
 }