|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbox2d.collision.TimeOfImpact.TOIInput
public static class TimeOfImpact.TOIInput
Input parameters for TOI
Field Summary | |
---|---|
Distance.DistanceProxy |
proxyA
|
Distance.DistanceProxy |
proxyB
|
Sweep |
sweepA
|
Sweep |
sweepB
|
float |
tMax
defines sweep interval [0, tMax] |
Constructor Summary | |
---|---|
TimeOfImpact.TOIInput()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Distance.DistanceProxy proxyA
public final Distance.DistanceProxy proxyB
public final Sweep sweepA
public final Sweep sweepB
public float tMax
Constructor Detail |
---|
public TimeOfImpact.TOIInput()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |