|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbox2d.collision.TOI
public class TOI
Handles conservative advancement to compute time of impact between shapes.
| Constructor Summary | |
|---|---|
TOI()
|
|
| Method Summary | |
|---|---|
static float |
timeOfImpact(Shape shape1,
Sweep sweep1,
Shape shape2,
Sweep sweep2)
Compute the time when two shapes begin to touch or touch at a closer distance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TOI()
| Method Detail |
|---|
public static float timeOfImpact(Shape shape1,
Sweep sweep1,
Shape shape2,
Sweep sweep2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||