public void appendLink(Node node0, Node node1, Material mat) { SoftbodyJNI.btSoftBody_appendLink__SWIG_7( swigCPtr, this, Node.getCPtr(node0), node0, Node.getCPtr(node1), node1, Material.getCPtr(mat), mat); }
public void appendNote(String text, Vector3 o, btVector4 c, Node n0, Node n1) { SoftbodyJNI.btSoftBody_appendNote__SWIG_2( swigCPtr, this, text, o, btVector4.getCPtr(c), c, Node.getCPtr(n0), n0, Node.getCPtr(n1), n1); }
public boolean cutLink(Node node0, Node node1, float position) { return SoftbodyJNI.btSoftBody_cutLink__SWIG_1( swigCPtr, this, Node.getCPtr(node0), node0, Node.getCPtr(node1), node1, position); }
public void appendLink(Node node0, Node node1) { SoftbodyJNI.btSoftBody_appendLink__SWIG_8( swigCPtr, this, Node.getCPtr(node0), node0, Node.getCPtr(node1), node1); }
public void appendNote(String text, Vector3 o, Node feature) { SoftbodyJNI.btSoftBody_appendNote__SWIG_6( swigCPtr, this, text, o, Node.getCPtr(feature), feature); }
public boolean checkLink(Node node0, Node node1) { return SoftbodyJNI.btSoftBody_checkLink__SWIG_1( swigCPtr, this, Node.getCPtr(node0), node0, Node.getCPtr(node1), node1); }