예제 #1
0
 public virtual void getPlaneEquation(btVector4 plane, int i)
 {
     BulletPINVOKE.btBoxShape_getPlaneEquation(swigCPtr, btVector4.getCPtr(plane), i);
     if (BulletPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletPINVOKE.SWIGPendingException.Retrieve();
     }
 }