BulletCSharp.btSequentialImpulseConstraintSolver.btSequentialImpulseConstraintSolver C# (CSharp) Method

btSequentialImpulseConstraintSolver() private method

private btSequentialImpulseConstraintSolver ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return System
        internal btSequentialImpulseConstraintSolver(IntPtr cPtr, bool cMemoryOwn)
        {
            swigCMemOwn = cMemoryOwn;
            swigCPtr = new HandleRef(this, cPtr);
            swigWrapPtr = new SWIGTYPE_p_btConstraintSolver(cPtr, true);
        }

Same methods

btSequentialImpulseConstraintSolver::btSequentialImpulseConstraintSolver ( ) : System