コード例 #1
0
ファイル: Convex2dShape.cs プロジェクト: suzuke/BulletXNA
 public override void GetAabbSlow(ref IndexedMatrix t, out IndexedVector3 aabbMin, out IndexedVector3 aabbMax)
 {
     m_childConvexShape.GetAabbSlow(ref t, out aabbMin, out aabbMax);
 }