internal static HandleRef getCPtr(Material obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public void appendTetra(int node0, int node1, int node2, int node3, Material mat) { BulletSoftBodyPINVOKE.btSoftBody_appendTetra__SWIG_1(swigCPtr, node0, node1, node2, node3, Material.getCPtr(mat)); }
public int generateBendingConstraints(int distance, Material mat) { int ret = BulletSoftBodyPINVOKE.btSoftBody_generateBendingConstraints__SWIG_0(swigCPtr, distance, Material.getCPtr(mat)); return ret; }
public void appendLink(Node node0, Node node1, Material mat) { BulletSoftBodyPINVOKE.btSoftBody_appendLink__SWIG_7(swigCPtr, Node.getCPtr(node0), Node.getCPtr(node1), Material.getCPtr(mat)); }
public void appendTetra(int model, Material mat) { BulletSoftBodyPINVOKE.btSoftBody_appendTetra__SWIG_0(swigCPtr, model, Material.getCPtr(mat)); }
public void appendLink(int node0, int node1, Material mat) { BulletSoftBodyPINVOKE.btSoftBody_appendLink__SWIG_4(swigCPtr, node0, node1, Material.getCPtr(mat)); }
public void appendLink(Node node0, Node node1, Material mat, bool bcheckexist) { BulletSoftBodyPINVOKE.btSoftBody_appendLink__SWIG_6(swigCPtr, Node.getCPtr(node0), Node.getCPtr(node1), Material.getCPtr(mat), bcheckexist); }
public void appendFace(int node0, int node1, int node2, Material mat) { BulletSoftBodyPINVOKE.btSoftBody_appendFace__SWIG_3(swigCPtr, node0, node1, node2, Material.getCPtr(mat)); }
public void appendLink(int node0, int node1, Material mat, bool bcheckexist) { BulletSoftBodyPINVOKE.btSoftBody_appendLink__SWIG_3(swigCPtr, node0, node1, Material.getCPtr(mat), bcheckexist); }
public SWIGTYPE_p_p_Material expand(Material fillValue) { SWIGTYPE_p_p_Material ret = new SWIGTYPE_p_p_Material(BulletSoftBodyPINVOKE.btAlignedObjectArrayMaterialPtr_expand__SWIG_0(swigCPtr, Material.getCPtr(fillValue)), false); return ret; }
public void resize(int newsize, Material fillData) { BulletSoftBodyPINVOKE.btAlignedObjectArrayMaterialPtr_resize__SWIG_0(swigCPtr, newsize, Material.getCPtr(fillData)); }
public void remove(Material key) { BulletSoftBodyPINVOKE.btAlignedObjectArrayMaterialPtr_remove(swigCPtr, Material.getCPtr(key)); }
public void push_back(Material _Val) { BulletSoftBodyPINVOKE.btAlignedObjectArrayMaterialPtr_push_back(swigCPtr, Material.getCPtr(_Val)); }
public int findLinearSearch(Material key) { int ret = BulletSoftBodyPINVOKE.btAlignedObjectArrayMaterialPtr_findLinearSearch(swigCPtr, Material.getCPtr(key)); return ret; }