Пример #1
0
 public override void getPreferredPenetrationDirection(int index, btVector3 penetrationVector)
 {
     BulletPINVOKE.btBoxShape_getPreferredPenetrationDirection(swigCPtr, index, btVector3.getCPtr(penetrationVector));
     if (BulletPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletPINVOKE.SWIGPendingException.Retrieve();
     }
 }