|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbox2d.collision.shapes.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)
puts collision information of the two circles in the manifold |
static void |
collideEdgeAndCircle(Manifold manifold,
EdgeShape edge,
XForm xf1,
CircleShape circle,
XForm xf2)
puts collision information into the manifold from a circle and edge collision |
static void |
collidePointAndCircle(Manifold manifold,
PointShape point1,
XForm xf1,
CircleShape circle2,
XForm xf2)
Puts collision information in the manifold about a collision between a point and a circle |
static void |
collidePolygonAndCircle(Manifold manifold,
PolygonShape polygon,
XForm xf1,
CircleShape circle,
XForm xf2)
puts collision information about the collision of a polygon and a circle |
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 final void collideCircles(Manifold manifold, CircleShape circle1, XForm xf1, CircleShape circle2, XForm xf2)
manifold
- circle1
- xf1
- circle2
- xf2
- public static final void collidePointAndCircle(Manifold manifold, PointShape point1, XForm xf1, CircleShape circle2, XForm xf2)
manifold
- point1
- xf1
- circle2
- xf2
- public static final void collidePolygonAndCircle(Manifold manifold, PolygonShape polygon, XForm xf1, CircleShape circle, XForm xf2)
manifold
- polygon
- xf1
- circle
- xf2
- public static final void collideEdgeAndCircle(Manifold manifold, EdgeShape edge, XForm xf1, CircleShape circle, XForm xf2)
manifold
- edge
- xf1
- circle
- xf2
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |