HomeSort by relevance Sort by last modified time
    Searched refs:m_leaf (Results 1 - 4 of 4) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 231 btDbvtNode* m_leaf; // Leaf data member in struct:btSoftBody::Node
251 btDbvtNode* m_leaf; // Leaf data member in struct:btSoftBody::Face
258 btDbvtNode* m_leaf; // Leaf data member in struct:btSoftBody::Tetra
336 btDbvtNode* m_leaf; member in struct:btSoftBody::Cluster
346 Cluster() : m_leaf(0),m_ndamping(0),m_ldamping(0),m_adamping(0),m_matching(0)
btSoftBody.cpp 48 n.m_leaf = m_ndbvt.insert(btDbvtVolume::FromCR(n.m_x,margin),&n);
256 n.m_leaf = m_ndbvt.insert(btDbvtVolume::FromCR(n.m_x,margin),&n);
797 m_ndbvt.update(n.m_leaf,vol);
836 m_ndbvt.update(n.m_leaf,vol);
1179 if(c->m_leaf) m_cdbvt.remove(c->m_leaf);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig/softbody/
btSoftBody.i 71 node.m_leaf = result->m_ndbvt.insert(btDbvtVolume::FromCR(node.m_x,margin),&node);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]

Completed in 167 milliseconds