eLynx SDK
v3.0.1 C++ image processing API reference |
#include <Geometry.h>
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 |
Definition at line 33 of file Geometry.h.
eLynx::Math::Point2< T >::Point2 | ( | ) | [inline] |
eLynx::Math::Point2< T >::Point2 | ( | T | iX, | |
T | iY | |||
) | [inline] |
Definition at line 39 of file Geometry.h.
Definition at line 41 of file Geometry.h.
bool eLynx::Math::Point2< T >::operator== | ( | const Point2< T > & | iPoint | ) | const [inline] |
Definition at line 43 of file Geometry.h.
T eLynx::Math::Point2< T >::_x |
Definition at line 47 of file Geometry.h.
T eLynx::Math::Point2< T >::_y |
Definition at line 47 of file Geometry.h.