Ejemplo n.º 1
0
 public override void GetAabbSlow(ref IndexedMatrix t, out IndexedVector3 aabbMin, out IndexedVector3 aabbMax)
 {
     m_childConvexShape.GetAabbSlow(ref t, out aabbMin, out aabbMax);
 }