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 |
Rectangle.contains(Circle circle) |
static boolean |
Intersector.intersectSegmentCircle(Vector2 start,
Vector2 end,
Circle circle,
Intersector.MinimumTranslationVector mtv)
Returns whether the given line segment intersects the given circle.
|
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)
|