eLynx SDK
v3.3.0 C++ image processing API reference |
Public Member Functions | |
Segment3 () | |
Constructor, does nothing. | |
Segment3 (const Point3< T > &iP0, const Point3< T > &iP1) | |
template<typename U > | |
Segment3 (const Point3< U > &iP0, const Point3< U > &iP1) | |
bool | operator== (const Segment3 &iSegment) const |
Public Attributes | |
Point3< T > | _P0 |
Point3< T > | _P1 |