Uses of Interface
org.jbox2d.collision.SupportsGenericDistance

Packages that use SupportsGenericDistance
org.jbox2d.collision This package contains the broad and narrow phase collision algorithms. 
org.jbox2d.collision.shapes   
 

Uses of SupportsGenericDistance in org.jbox2d.collision
 

Methods in org.jbox2d.collision with parameters of type SupportsGenericDistance
static float Distance.DistanceGeneric(Vec2 x1, Vec2 x2, SupportsGenericDistance shape1, XForm xf1, SupportsGenericDistance shape2, XForm xf2)
          Distance between any two objects that implement SupportsGenericDistance.
 

Uses of SupportsGenericDistance in org.jbox2d.collision.shapes
 

Classes in org.jbox2d.collision.shapes that implement SupportsGenericDistance
 class EdgeShape
          An edge shape.
 class PolygonShape
          A convex polygon shape.