Uses of Class
com.badlogic.gdx.math.Circle
-
Packages that use Circle Package Description com.badlogic.gdx.maps.objects com.badlogic.gdx.math -
-
Uses of Circle in com.badlogic.gdx.maps.objects
Methods in com.badlogic.gdx.maps.objects that return Circle Modifier and Type Method Description CircleCircleMapObject. getCircle() -
Uses of Circle in com.badlogic.gdx.math
Methods in com.badlogic.gdx.math with parameters of type Circle Modifier and Type Method Description booleanCircle. contains(Circle c)booleanRectangle. contains(Circle circle)static booleanIntersector. intersectSegmentCircle(Vector2 start, Vector2 end, Circle circle, Intersector.MinimumTranslationVector mtv)Returns whether the given line segment intersects the given circle.booleanCircle. overlaps(Circle c)static booleanIntersector. overlaps(Circle c1, Circle c2)static booleanIntersector. overlaps(Circle c, Rectangle r)voidCircle. set(Circle circle)Sets a new location and radius for this circle, based upon another circle.voidEllipse. set(Circle circle)Constructors in com.badlogic.gdx.math with parameters of type Circle Constructor Description Circle(Circle circle)Copy constructorEllipse(Circle circle)
-