Uses of Class
org.jbox2d.common.Sweep
-
Packages that use Sweep Package Description org.jbox2d.collision org.jbox2d.common org.jbox2d.dynamics -
-
Uses of Sweep in org.jbox2d.collision
Fields in org.jbox2d.collision declared as Sweep Modifier and Type Field Description SweepSeparationFunction. m_sweepASweepSeparationFunction. m_sweepBprivate SweepTimeOfImpact. sweepASweepTimeOfImpact.TOIInput. sweepAprivate SweepTimeOfImpact. sweepBSweepTimeOfImpact.TOIInput. sweepBMethods in org.jbox2d.collision with parameters of type Sweep Modifier and Type Method Description floatSeparationFunction. initialize(Distance.SimplexCache cache, Distance.DistanceProxy proxyA, Sweep sweepA, Distance.DistanceProxy proxyB, Sweep sweepB, float t1) -
Uses of Sweep in org.jbox2d.common
Methods in org.jbox2d.common that return Sweep Modifier and Type Method Description SweepSweep. set(Sweep argCloneFrom)Methods in org.jbox2d.common with parameters of type Sweep Modifier and Type Method Description SweepSweep. set(Sweep argCloneFrom) -
Uses of Sweep in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as Sweep Modifier and Type Field Description private SweepWorld. backup1private SweepWorld. backup2SweepBody. m_sweepThe swept motion for CCD
-