Package | Description |
---|---|
com.badlogic.gdx.maps.objects | |
com.badlogic.gdx.math |
Modifier and Type | Method and Description |
---|---|
Circle |
CircleMapObject.getCircle() |
Modifier and Type | Method and Description |
---|---|
boolean |
Circle.contains(Circle c) |
boolean |
Circle.overlaps(Circle c) |
static boolean |
Intersector.overlaps(Circle c1,
Circle c2) |
static boolean |
Intersector.overlaps(Circle c,
Rectangle r) |
void |
Circle.set(Circle circle)
Sets a new location and radius for this circle, based upon another circle.
|
void |
Ellipse.set(Circle circle) |
Constructor and Description |
---|
Circle(Circle circle)
Copy constructor
|
Ellipse(Circle circle)
|