Ejemplo n.º 1
0
 public override IndexedVector3  LocalGetSupportingVertexWithoutMargin(ref IndexedVector3 vec)
 {
     return(m_childConvexShape.LocalGetSupportingVertexWithoutMargin(ref vec));
 }