Uses of Class
org.jbox2d.collision.Distance.DistanceProxy
-
Packages that use Distance.DistanceProxy Package Description org.jbox2d.collision -
-
Uses of Distance.DistanceProxy in org.jbox2d.collision
Fields in org.jbox2d.collision declared as Distance.DistanceProxy Modifier and Type Field Description Distance.DistanceProxy
SeparationFunction. m_proxyA
Distance.DistanceProxy
SeparationFunction. m_proxyB
Distance.DistanceProxy
DistanceInput. proxyA
Distance.DistanceProxy
TimeOfImpact.TOIInput. proxyA
Distance.DistanceProxy
DistanceInput. proxyB
Distance.DistanceProxy
TimeOfImpact.TOIInput. proxyB
Methods in org.jbox2d.collision with parameters of type Distance.DistanceProxy Modifier and Type Method Description float
SeparationFunction. initialize(Distance.SimplexCache cache, Distance.DistanceProxy proxyA, Sweep sweepA, Distance.DistanceProxy proxyB, Sweep sweepB, float t1)
void
Distance.Simplex. readCache(Distance.SimplexCache cache, Distance.DistanceProxy proxyA, Transform transformA, Distance.DistanceProxy proxyB, Transform transformB)
-