Beispiel #1
0
 public override void getVertex(int i, btVector3 vtx)
 {
     BulletPINVOKE.btBoxShape_getVertex(swigCPtr, i, btVector3.getCPtr(vtx));
     if (BulletPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletPINVOKE.SWIGPendingException.Retrieve();
     }
 }