|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SupportsGenericDistance | |
---|---|
org.jbox2d.collision | This package contains the broad and narrow phase collision algorithms. |
Uses of SupportsGenericDistance in org.jbox2d.collision |
---|
Classes in org.jbox2d.collision that implement SupportsGenericDistance | |
---|---|
class |
PolygonShape
A convex polygon shape. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |