getCPtr() static private method

static private getCPtr ( SWIGTYPE_p_btVector4 obj ) : HandleRef
obj SWIGTYPE_p_btVector4
return System.Runtime.InteropServices.HandleRef
 public virtual void getPlaneEquation(SWIGTYPE_p_btVector4 plane, int i)
 {
     BulletCollisionPINVOKE.btBoxShape_getPlaneEquation(swigCPtr, SWIGTYPE_p_btVector4.getCPtr(plane), i);
     if (BulletCollisionPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
     }
 }