Uses of Class
com.badlogic.gdx.math.Ellipse
-
Packages that use Ellipse Package Description com.badlogic.gdx.maps.objects com.badlogic.gdx.math -
-
Uses of Ellipse in com.badlogic.gdx.maps.objects
Methods in com.badlogic.gdx.maps.objects that return Ellipse Modifier and Type Method Description EllipseEllipseMapObject. getEllipse() -
Uses of Ellipse in com.badlogic.gdx.math
Methods in com.badlogic.gdx.math that return Ellipse Modifier and Type Method Description EllipseEllipse. setPosition(float x, float y)Sets the x and y-coordinates of ellipse centerEllipseEllipse. setPosition(Vector2 position)Sets the x and y-coordinates of ellipse center from aVector2.EllipseEllipse. setSize(float width, float height)Sets the width and height of this ellipseMethods in com.badlogic.gdx.math with parameters of type Ellipse Modifier and Type Method Description voidEllipse. set(Ellipse ellipse)Sets a new position and size for this ellipse based upon another ellipse.Constructors in com.badlogic.gdx.math with parameters of type Ellipse Constructor Description Ellipse(Ellipse ellipse)Copy constructor
-