Class to store an Ellipse of an Object. More...
#include <TmxEllipse.h>
Public Member Functions | |
Ellipse (int x, int y, int width, int height) | |
Construct an ellipse at the given top left position with the given size. | |
int | GetCenterX () const |
Get the center of the object, in pixels. | |
int | GetCenterY () const |
Get the center of the object, in pixels. | |
int | GetRadiusX () const |
Get the RadiusX of the object, in pixels. | |
int | GetRadiusY () const |
Get the RadiusY of the object, in pixels. | |