#include <Map.h>
Default constructor of point.
point::point |
( |
int |
_x, |
|
|
int |
_y, |
|
|
int |
_step = 0 |
|
) |
| |
Constructor of point with parameters.
- Parameters
-
_x | to set x |
_y | to set y |
_step | to set step |
bool point::operator!= |
( |
const point & |
other | ) |
|
overwritten function operator!=
- Parameters
-
other | a point which to be compared |
- Returns
- true - unequals
-
false - equals
bool point::operator== |
( |
const point & |
other | ) |
|
overwritten function operator==
- Parameters
-
other | a point which to be compared |
- Returns
- true - equals
-
false - unequals
string point::toString |
( |
| ) |
|
convert point to string in a specfic format
- Returns
- the string of result
The documentation for this struct was generated from the following files: