org.jbox2d.collision
Class TimeOfImpact.TOIInput
java.lang.Object
org.jbox2d.collision.TimeOfImpact.TOIInput
- Enclosing class:
- TimeOfImpact
public static class TimeOfImpact.TOIInput
- extends Object
Input parameters for TOI
- Author:
- Daniel Murphy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
proxyA
public final Distance.DistanceProxy proxyA
proxyB
public final Distance.DistanceProxy proxyB
sweepA
public final Sweep sweepA
sweepB
public final Sweep sweepB
tMax
public float tMax
- defines sweep interval [0, tMax]
TimeOfImpact.TOIInput
public TimeOfImpact.TOIInput()
Copyright © 2013. All Rights Reserved.