Package org.jbox2d.collision
Class TimeOfImpact.TOIInput
java.lang.Object
org.jbox2d.collision.TimeOfImpact.TOIInput
- Enclosing class:
TimeOfImpact
public static class TimeOfImpact.TOIInput
extends java.lang.Object
Input parameters for TOI
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Distance.DistanceProxy
final Distance.DistanceProxy
final Sweep
final Sweep
float
defines sweep interval [0, tMax] -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
proxyA
-
proxyB
-
sweepA
-
sweepB
-
tMax
public float tMaxdefines sweep interval [0, tMax]
-
-
Constructor Details
-
TOIInput
public TOIInput()
-