public btConvexPolyhedron getConvexPolyhedron()
        {
            IntPtr             cPtr = BulletCollisionPINVOKE.btPolyhedralConvexShape_getConvexPolyhedron(swigCPtr);
            btConvexPolyhedron ret  = (cPtr == IntPtr.Zero) ? null : new btConvexPolyhedron(cPtr, false);

            return(ret);
        }
 internal static HandleRef getCPtr(btConvexPolyhedron obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #3
0
 internal static HandleRef getCPtr(btConvexPolyhedron obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }