libalmath
2.8.7.4
|
Create a Point2Di. Point2Di are used on objects that deal with pixels only, and should not care about metric distances. More...
#include <occupancymapparams.h>
Public Member Functions | |
Point2Di (int _x=0, int _y=0) | |
bool | operator== (const Point2Di &other) const |
Public Attributes | |
int | x |
int | y |
Create a Point2Di. Point2Di are used on objects that deal with pixels only, and should not care about metric distances.
A Point2Di is just defined by integers x and y.
Definition at line 18 of file occupancymapparams.h.
|
inlineexplicit |
Definition at line 19 of file occupancymapparams.h.
|
inline |
Definition at line 22 of file occupancymapparams.h.
int AL::Math::Point2Di::x |
Definition at line 20 of file occupancymapparams.h.
int AL::Math::Point2Di::y |
Definition at line 21 of file occupancymapparams.h.