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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.cpp 100 m_bounds[0] = btVector3(0,0,0);
101 m_bounds[1] = btVector3(0,0,0);
2331 m_bounds[0], local
2332 m_bounds[1], local
    [all...]
btSoftBody.h 666 btVector3 m_bounds[2]; // Spatial bounds member in class:btSoftBody
952 aabbMin = m_bounds[0];
953 aabbMax = m_bounds[1];

Completed in 2251 milliseconds