ellipse
Draws an ellipse around the specified point with the given radius's.
Parameters
the center point
the horizontal radius
the vertical radius
the rotation of the ellipse
the thickness of the line in world units
the type of join, see JoinType
the packed color to draw the outline. See Color.toFloatBits.
Draws an ellipse around the specified point with the given radius's.
Parameters
the center point
the horizontal and vertical radii
the rotation of the ellipse
the thickness of the line in world units
the type of join, see JoinType
the packed color to draw the outline. See Color.toFloatBits.
Draws an ellipse as a stretched regular polygon estimating the number of sides required (see estimateSidesRequired) to appear smooth enough based on the pixel size that has been set.
Parameters
the x-coord of the center point
the y-coord of the center point
the horizontal radius
the vertical radius
the rotation of the ellipse
the thickness of the line in world units
the type of join, see JoinType
the packed color to draw the outline. See Color.toFloatBits.