コード例 #1
0
        public virtual btVoronoiSimplexSolver getSimplexSolver()
        {
            IntPtr cPtr = BulletCollisionPINVOKE.btDefaultCollisionConfiguration_getSimplexSolver(swigCPtr);
            btVoronoiSimplexSolver ret = (cPtr == IntPtr.Zero) ? null : new btVoronoiSimplexSolver(cPtr, false);

            return(ret);
        }
コード例 #2
0
 internal static HandleRef getCPtr(btVoronoiSimplexSolver obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #3
0
 internal static HandleRef getCPtr(btVoronoiSimplexSolver obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }