HomeSort by relevance Sort by last modified time
    Searched defs:getRightNode (Results 1 - 6 of 6) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactBvh.h 204 SIMD_FORCE_INLINE int getRightNode(int nodeindex) const
365 SIMD_FORCE_INLINE int getRightNode(int nodeindex) const
367 return m_box_tree.getRightNode(nodeindex);
btGImpactQuantizedBvh.h 200 SIMD_FORCE_INLINE int getRightNode(int nodeindex) const
341 SIMD_FORCE_INLINE int getRightNode(int nodeindex) const
343 return m_box_tree.getRightNode(nodeindex);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btBvhTree.java 97 public int getRightNode(int nodeindex) {
btQuantizedBvhTree.java 112 public int getRightNode(int nodeindex) {
btGImpactBvh.java 134 public int getRightNode(int nodeindex) {
btGImpactQuantizedBvh.java 134 public int getRightNode(int nodeindex) {

Completed in 685 milliseconds