eLynx SDK
v3.3.0 C++ image processing API reference |
Public Member Functions | |
Point2 () | |
Constructor, does nothing. | |
Point2 (T iX, T iY) | |
template<typename U > | |
Point2 (U iX, U iY) | |
bool | operator== (const Point2 &iPoint) const |
Public Attributes | |
T | _x |
T | _y |