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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
SphereTriangleDetector.cpp 38 btScalar timeOfImpact = btScalar(1.);
44 if (collide(sphereInTr.getOrigin(),point,normal,depth,timeOfImpact,m_contactBreakingThreshold))
94 bool SphereTriangleDetector::collide(const btVector3& sphereCenter,btVector3 &point, btVector3& resultNormal, btScalar& depth, btScalar &timeOfImpact, btScalar contactBreakingThreshold)
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/
TimeOfImpact.java 42 public class TimeOfImpact {
72 * Output parameters for TimeOfImpact
96 public TimeOfImpact(IWorldPool argPool) {
109 public final void timeOfImpact(TOIOutput output, TOIInput input) {

Completed in 116 milliseconds