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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btDbvtBroadphase.h 74 btScalar m_prediction; // Velocity prediction member in struct:btDbvtBroadphase
128 m_prediction = prediction;
132 return m_prediction;
btDbvtBroadphase.cpp 127 m_prediction = 0;
307 btVector3 velocity(((proxy->m_aabbMax-proxy->m_aabbMin)/2)*m_prediction);

Completed in 86 milliseconds