Uses of Class
org.jbox2d.collision.Distance.DistanceProxy
Packages that use Distance.DistanceProxy
-
Uses of Distance.DistanceProxy in org.jbox2d.collision
Fields in org.jbox2d.collision declared as Distance.DistanceProxyModifier and TypeFieldDescriptionSeparationFunction.m_proxyA
SeparationFunction.m_proxyB
DistanceInput.proxyA
final Distance.DistanceProxy
TimeOfImpact.TOIInput.proxyA
DistanceInput.proxyB
final Distance.DistanceProxy
TimeOfImpact.TOIInput.proxyB
Methods in org.jbox2d.collision with parameters of type Distance.DistanceProxyModifier and TypeMethodDescriptionfloat
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)