BulletCSharp.btSoftBody.cutLink C# (CSharp) Method

cutLink() public method

public cutLink ( Node node0, Node node1, float position ) : bool
node0 Node
node1 Node
position float
return bool
        public bool cutLink(Node node0, Node node1, float position)
        {
            bool ret = BulletSoftBodyPINVOKE.btSoftBody_cutLink__SWIG_1(swigCPtr, Node.getCPtr(node0), Node.getCPtr(node1), position);
            return ret;
        }

Same methods

btSoftBody::cutLink ( int node0, int node1, float position ) : bool