public virtual btVoronoiSimplexSolver getSimplexSolver() { IntPtr cPtr = BulletCollisionPINVOKE.btDefaultCollisionConfiguration_getSimplexSolver(swigCPtr); btVoronoiSimplexSolver ret = (cPtr == IntPtr.Zero) ? null : new btVoronoiSimplexSolver(cPtr, false); return(ret); }
internal static HandleRef getCPtr(btVoronoiSimplexSolver obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
internal static HandleRef getCPtr(btVoronoiSimplexSolver obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }