#include <faith/point.h>
Public Member Functions | |
| Point (int x, int y) | |
| Point () | |
| bool | operator== (const Point &other) const |
| Faith::Point & | operator+= (const Faith::Point &other) |
| Faith::Point & | operator-= (const Faith::Point &other) |
| Faith::Point | operator- () const |
| int | x () const |
| int | y () const |
| void | setX (int x) |
| void | setY (int y) |
| Faith::Point::Point | ( | int | x, | |
| int | y | |||
| ) | [inline] |
| Faith::Point::Point | ( | ) | [inline] |
| Faith::Point& Faith::Point::operator+= | ( | const Faith::Point & | other | ) | [inline] |
| Faith::Point Faith::Point::operator- | ( | ) | const [inline] |
| Faith::Point& Faith::Point::operator-= | ( | const Faith::Point & | other | ) | [inline] |
| bool Faith::Point::operator== | ( | const Point & | other | ) | const [inline] |
| void Faith::Point::setX | ( | int | x | ) | [inline] |
| void Faith::Point::setY | ( | int | y | ) | [inline] |
| int Faith::Point::x | ( | ) | const [inline] |
| int Faith::Point::y | ( | ) | const [inline] |
1.4.7