public override void getEdge(int i, btVector3 pa, btVector3 pb) { BulletPINVOKE.btBoxShape_getEdge(swigCPtr, i, btVector3.getCPtr(pa), btVector3.getCPtr(pb)); if (BulletPINVOKE.SWIGPendingException.Pending) { throw BulletPINVOKE.SWIGPendingException.Retrieve(); } }