コード例 #1
0
ファイル: Convex2dShape.cs プロジェクト: suzuke/BulletXNA
 public override IndexedVector3  LocalGetSupportingVertexWithoutMargin(ref IndexedVector3 vec)
 {
     return(m_childConvexShape.LocalGetSupportingVertexWithoutMargin(ref vec));
 }