BulletCSharp.btGeneric6DofConstraint.btGeneric6DofConstraint C# (CSharp) Method

btGeneric6DofConstraint() private method

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

Same methods

btGeneric6DofConstraint::btGeneric6DofConstraint ( btRigidBody rbB, SWIGTYPE_p_btTransform frameInB, bool useLinearReferenceFrameB ) : System
btGeneric6DofConstraint::btGeneric6DofConstraint ( btRigidBody rbA, btRigidBody rbB, SWIGTYPE_p_btTransform frameInA, SWIGTYPE_p_btTransform frameInB, bool useLinearReferenceFrameA ) : System