Uses of Interface
org.jbox2d.collision.SupportsGenericDistance

Packages that use SupportsGenericDistance
org.jbox2d.collision   
 

Uses of SupportsGenericDistance in org.jbox2d.collision
 

Classes in org.jbox2d.collision that implement SupportsGenericDistance
 class PolygonShape
           
 

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)