コード例 #1
0
ファイル: Convex2dShape.cs プロジェクト: suzuke/BulletXNA
 public override void CalculateLocalInertia(float mass, out IndexedVector3 inertia)
 {
     m_childConvexShape.CalculateLocalInertia(mass, out inertia);
 }