eLynx SDK
v3.0.1 C++ image processing API reference |
#include <Geometry.h>
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 |
Definition at line 82 of file Geometry.h.
eLynx::Math::Point3< T >::Point3 | ( | ) | [inline] |
eLynx::Math::Point3< T >::Point3 | ( | T | iX, | |
T | iY, | |||
T | iZ | |||
) | [inline] |
Definition at line 88 of file Geometry.h.
eLynx::Math::Point3< T >::Point3 | ( | U | iX, | |
U | iY, | |||
U | iZ | |||
) | [inline] |
Definition at line 90 of file Geometry.h.
bool eLynx::Math::Point3< T >::operator== | ( | const Point3< T > & | iPoint | ) | const [inline] |
Definition at line 91 of file Geometry.h.
T eLynx::Math::Point3< T >::_x |
Definition at line 95 of file Geometry.h.
T eLynx::Math::Point3< T >::_y |
Definition at line 95 of file Geometry.h.
T eLynx::Math::Point3< T >::_z |
Definition at line 95 of file Geometry.h.