org.jbox2d.collision
Class TimeOfImpact.TOIInput

java.lang.Object
  extended by org.jbox2d.collision.TimeOfImpact.TOIInput
Enclosing class:
TimeOfImpact

public static class TimeOfImpact.TOIInput
extends Object

Input parameters for TOI

Author:
Daniel Murphy

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

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]

Constructor Detail

TimeOfImpact.TOIInput

public TimeOfImpact.TOIInput()


Copyright © 2013. All Rights Reserved.