| 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 |
Rectangle.contains(Circle circle) |
boolean |
Circle.contains(Circle c) |
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 |
Ellipse.set(Circle circle) |
void |
Circle.set(Circle circle)
Sets a new location and radius for this circle, based upon another circle.
|
| Constructor and Description |
|---|
Circle(Circle circle)
Copy constructor
|
Ellipse(Circle circle)
|
Copyright © 2021. All rights reserved.