BulletCSharp.btGeneric6DofSpringConstraint.btGeneric6DofSpringConstraint C# (CSharp) Method

btGeneric6DofSpringConstraint() private method

private btGeneric6DofSpringConstraint ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return System
        internal btGeneric6DofSpringConstraint(IntPtr cPtr, bool cMemoryOwn)
            : base(BulletDynamicsPINVOKE.btGeneric6DofSpringConstraint_SWIGUpcast(cPtr), cMemoryOwn)
        {
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

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