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

  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/broadphase/
DynamicTreeFlatNodes.java 43 public AABB[] m_aabb; field in class:DynamicTreeFlatNodes
69 m_aabb = BufferUtils.reallocateBuffer(AABB.class, m_aabb, oldSize, newSize);
78 m_aabb[i] = new AABB();
91 final AABB nodeAABB = m_aabb[node];
118 final AABB nodeAABB = m_aabb[node];
163 return m_aabb[proxyId];
180 if (AABB.testOverlap(m_aabb[node], aabb)) {
255 final AABB nodeAABB = m_aabb[node];
379 float rootArea = m_aabb[root].getPerimeter()
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btIDebugDraw.h 40 btVector3 m_aabb; variable
49 m_aabb(1,0,0),
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorld.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.cpp     [all...]

Completed in 558 milliseconds