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