BulletCSharp.btSoftBody.cutLink C# (CSharp) Méthode

cutLink() public méthode

public cutLink ( Node node0, Node node1, float position ) : bool
node0 Node
node1 Node
position float
Résultat 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