Main types header for EmberCore.
2D point with integer coordinates
bool operator==(const Point &other) const
bool operator!=(const Point &other) const
Rect(const Point &position, const Size &size)
bool Contains(const Point &point) const
bool operator!=(const Rect &other) const
Rect(int x, int y, int width, int height)
bool operator==(const Rect &other) const
void SetSize(const Size &size)
void SetPosition(const Point &position)
Point GetPosition() const
bool Contains(const Rect &rect) const
2D size with integer dimensions
bool operator==(const Size &other) const
bool operator!=(const Size &other) const
Size(int width, int height)