|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CircleShape | |
---|---|
org.jbox2d.collision |
Uses of CircleShape in org.jbox2d.collision |
---|
Methods in org.jbox2d.collision with parameters of type CircleShape | |
---|---|
void |
Collision.collideCircles(Manifold manifold,
CircleShape circle1,
Transform xfA,
CircleShape circle2,
Transform xfB)
Compute the collision manifold between two circles. |
void |
Collision.collidePolygonAndCircle(Manifold manifold,
PolygonShape polygon,
Transform xfA,
CircleShape circle,
Transform xfB)
Compute the collision manifold between a polygon and a circle. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |