internal static HandleRef getCPtr(SWIGTYPE_p_btSparseSdfT_3_t__IntFrac obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #2
0
        public static SWIGTYPE_p_btSparseSdfT_3_t__IntFrac Decompose(float x)
        {
            SWIGTYPE_p_btSparseSdfT_3_t__IntFrac ret = new SWIGTYPE_p_btSparseSdfT_3_t__IntFrac(BulletSoftBodyPINVOKE.btSparseSdf3_Decompose(x), true);

            return(ret);
        }
 internal static HandleRef getCPtr(SWIGTYPE_p_btSparseSdfT_3_t__IntFrac obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public static SWIGTYPE_p_btSparseSdfT_3_t__IntFrac Decompose(float x) {
   SWIGTYPE_p_btSparseSdfT_3_t__IntFrac ret = new SWIGTYPE_p_btSparseSdfT_3_t__IntFrac(BulletSoftBodyPINVOKE.btSparseSdf3_Decompose(x), true);
   return ret;
 }