org.jbox2d.collision
Class TOI

java.lang.Object
  extended by org.jbox2d.collision.TOI

public class TOI
extends java.lang.Object


Constructor Summary
TOI()
           
 
Method Summary
static float timeOfImpact(Shape shape1, Sweep sweep1, Shape shape2, Sweep sweep2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TOI

public TOI()
Method Detail

timeOfImpact

public static float timeOfImpact(Shape shape1,
                                 Sweep sweep1,
                                 Shape shape2,
                                 Sweep sweep2)