Inheritance: Feature
Exemplo n.º 1
0
 internal static HandleRef getCPtr(Node obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 2
0
 public bool checkLink(Node node0, Node node1)
 {
     bool ret = BulletSoftBodyPINVOKE.btSoftBody_checkLink__SWIG_1(swigCPtr, Node.getCPtr(node0), Node.getCPtr(node1));
     return ret;
 }
Exemplo n.º 3
0
 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;
 }
Exemplo n.º 4
0
 public void appendNote(string text, SWIGTYPE_p_btVector3 o, SWIGTYPE_p_btVector4 c, Node n0, Node n1)
 {
     BulletSoftBodyPINVOKE.btSoftBody_appendNote__SWIG_2(swigCPtr, text, SWIGTYPE_p_btVector3.getCPtr(o), SWIGTYPE_p_btVector4.getCPtr(c), Node.getCPtr(n0), Node.getCPtr(n1));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 5
0
 public void appendNote(string text, SWIGTYPE_p_btVector3 o, Node feature)
 {
     BulletSoftBodyPINVOKE.btSoftBody_appendNote__SWIG_6(swigCPtr, text, SWIGTYPE_p_btVector3.getCPtr(o), Node.getCPtr(feature));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 6
0
 public void appendLink(Node node0, Node node1, Material mat)
 {
     BulletSoftBodyPINVOKE.btSoftBody_appendLink__SWIG_7(swigCPtr, Node.getCPtr(node0), Node.getCPtr(node1), Material.getCPtr(mat));
 }
Exemplo n.º 7
0
 public void appendLink(Node node0, Node node1)
 {
     BulletSoftBodyPINVOKE.btSoftBody_appendLink__SWIG_8(swigCPtr, Node.getCPtr(node0), Node.getCPtr(node1));
 }
 public Node expand()
 {
     Node ret = new Node(BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_expand__SWIG_1(swigCPtr), false);
     return ret;
 }
Exemplo n.º 9
0
 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 Node at(int n)
 {
     Node ret = new Node(BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_at__SWIG_0(swigCPtr, n), false);
     return ret;
 }
 public Node expand(Node fillValue)
 {
     Node ret = new Node(BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_expand__SWIG_0(swigCPtr, Node.getCPtr(fillValue)), false);
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
 public void resize(int newsize, Node fillData)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_resize__SWIG_0(swigCPtr, newsize, Node.getCPtr(fillData));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
 public void remove(Node key)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_remove(swigCPtr, Node.getCPtr(key));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
 public void push_back(Node _Val)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_push_back(swigCPtr, Node.getCPtr(_Val));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
 public int findLinearSearch(Node key)
 {
     int ret = BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_findLinearSearch(swigCPtr, Node.getCPtr(key));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
 public Node expandNonInitializing()
 {
     Node ret = new Node(BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_expandNonInitializing(swigCPtr), false);
     return ret;
 }