Exemple #1
0
 public override void getPlane(btVector3 planeNormal, btVector3 planeSupport, int i)
 {
     BulletPINVOKE.btBU_Simplex1to4_getPlane(swigCPtr, btVector3.getCPtr(planeNormal), btVector3.getCPtr(planeSupport), i);
     if (BulletPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletPINVOKE.SWIGPendingException.Retrieve();
     }
 }