|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbox2d.collision.CollideCircle
public class CollideCircle
Circle/circle and circle/polygon overlap solver - for internal use only.
| Constructor Summary | |
|---|---|
CollideCircle()
|
|
| Method Summary | |
|---|---|
static void |
collideCircles(Manifold manifold,
CircleShape circle1,
XForm xf1,
CircleShape circle2,
XForm xf2)
|
static void |
collidePolygonAndCircle(Manifold manifold,
PolygonShape polygon,
XForm xf1,
CircleShape circle,
XForm xf2)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollideCircle()
| Method Detail |
|---|
public static void collideCircles(Manifold manifold,
CircleShape circle1,
XForm xf1,
CircleShape circle2,
XForm xf2)
public static void collidePolygonAndCircle(Manifold manifold,
PolygonShape polygon,
XForm xf1,
CircleShape circle,
XForm xf2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||