tmxparser  2.1.0
 All Classes Functions Variables Pages
Public Member Functions | List of all members
Tmx::Ellipse Class Reference

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.
 

Detailed Description

Class to store an Ellipse of an Object.


The documentation for this class was generated from the following files: