image pixel location (x, y) coordinate tuple. More...

Public Member Functions | |
| Point () | |
| Point (int x, int y) | |
| Point (const Point &pt) | |
| copy constructor. More... | |
Public Attributes | |
| int | x |
| x-coordinate. More... | |
| int | y |
| y-coordinate. More... | |
image pixel location (x, y) coordinate tuple.
|
inline |
|
inline |
| int zbar::Symbol::Point::x |
x-coordinate.
Referenced by Point().
| int zbar::Symbol::Point::y |
y-coordinate.
Referenced by Point().