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

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2TimeOfImpact.h 30 b2Sweep sweepA;
31 b2Sweep sweepB;
b2TimeOfImpact.cpp 46 const b2DistanceProxy* proxyA, const b2Sweep& sweepA,
47 const b2DistanceProxy* proxyB, const b2Sweep& sweepB,
247 b2Sweep m_sweepA, m_sweepB;
267 b2Sweep sweepA = input->sweepA;
268 b2Sweep sweepB = input->sweepB;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
b2Math.h 384 struct b2Sweep
696 inline void b2Sweep::GetTransform(b2Transform* xf, float32 beta) const
706 inline void b2Sweep::Advance(float32 alpha)
716 inline void b2Sweep::Normalize()
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2World.cpp 728 b2Sweep backup1 = bA->m_sweep;
729 b2Sweep backup2 = bB->m_sweep;
808 b2Sweep backup = other->m_sweep;
b2Body.h 437 b2Sweep m_sweep; // the swept motion for CCD

Completed in 38 milliseconds