43 Ellipse(
int x,
int y,
int width,
int height );
int GetCenterY() const
Get the center of the object, in pixels.
Definition: TmxEllipse.h:49
Class to store an Ellipse of an Object.
Definition: TmxEllipse.h:39
int GetRadiusY() const
Get the RadiusY of the object, in pixels.
Definition: TmxEllipse.h:55
Ellipse(int x, int y, int width, int height)
Construct an ellipse at the given top left position with the given size.
Definition: TmxEllipse.cpp:32
int GetCenterX() const
Get the center of the object, in pixels.
Definition: TmxEllipse.h:46
int GetRadiusX() const
Get the RadiusX of the object, in pixels.
Definition: TmxEllipse.h:52