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.DistanceProxySeparationFunction. m_proxyADistance.DistanceProxySeparationFunction. m_proxyBDistance.DistanceProxyDistanceInput. proxyADistance.DistanceProxyTimeOfImpact.TOIInput. proxyADistance.DistanceProxyDistanceInput. proxyBDistance.DistanceProxyTimeOfImpact.TOIInput. proxyBMethods in org.jbox2d.collision with parameters of type Distance.DistanceProxy Modifier and Type Method Description floatSeparationFunction. initialize(Distance.SimplexCache cache, Distance.DistanceProxy proxyA, Sweep sweepA, Distance.DistanceProxy proxyB, Sweep sweepB, float t1)voidDistance.Simplex. readCache(Distance.SimplexCache cache, Distance.DistanceProxy proxyA, Transform transformA, Distance.DistanceProxy proxyB, Transform transformB)
-