getCPtr() static private method

static private getCPtr ( SWIGTYPE_p_btWheelInfo obj ) : HandleRef
obj SWIGTYPE_p_btWheelInfo
return System.Runtime.InteropServices.HandleRef
        public float rayCast(SWIGTYPE_p_btWheelInfo wheel)
        {
            float ret = BulletDynamicsPINVOKE.btRaycastVehicle_rayCast(swigCPtr, SWIGTYPE_p_btWheelInfo.getCPtr(wheel));

            if (BulletDynamicsPINVOKE.SWIGPendingException.Pending)
            {
                throw BulletDynamicsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 public void updateWheelTransformsWS(SWIGTYPE_p_btWheelInfo wheel)
 {
     BulletDynamicsPINVOKE.btRaycastVehicle_updateWheelTransformsWS__SWIG_1(swigCPtr, SWIGTYPE_p_btWheelInfo.getCPtr(wheel));
     if (BulletDynamicsPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletDynamicsPINVOKE.SWIGPendingException.Retrieve();
     }
 }