예제 #1
0
 public override void getEdge(int i, btVector3 pa, btVector3 pb)
 {
     BulletPINVOKE.btBU_Simplex1to4_getEdge(swigCPtr, i, btVector3.getCPtr(pa), btVector3.getCPtr(pb));
     if (BulletPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletPINVOKE.SWIGPendingException.Retrieve();
     }
 }