#include <mxtype.h>
Public Member Functions | |
| Point (int x=0, int y=0) | |
Public Attributes | |
| int | x |
| int | y |
Definition at line 27 of file mxtype.h.
| mx::Point::Point | ( | int | x = 0, |
|
| int | y = 0 | |||
| ) | [inline] |
| int mx::Point::x |
x coordinate
Definition at line 29 of file mxtype.h.
Referenced by mx::Rect::operator SDL_Rect(), Point(), mx::Rect::pointInRect(), mx::mxRegularFont::printText(), mx::Rect::x(), mx::Line::x1(), and mx::Line::x2().
| int mx::Point::y |
y coordinate
Definition at line 31 of file mxtype.h.
Referenced by mx::Rect::operator SDL_Rect(), Point(), mx::Rect::pointInRect(), mx::mxRegularFont::printText(), mx::Rect::y(), mx::Line::y1(), and mx::Line::y2().
1.5.8