eLynx SDK
v3.0.1 C++ image processing API reference |
#include <Geometry.h>
Public Member Functions | |
Segment2 () | |
Constructor, does nothing. | |
Segment2 (const Point2< T > &iP0, const Point2< T > &iP1) | |
template<typename U > | |
Segment2 (const Point2< U > &iP0, const Point2< U > &iP1) | |
bool | operator== (const Segment2 &iSegment) const |
Public Attributes | |
Point2< T > | _P0 |
Point2< T > | _P1 |
Definition at line 153 of file Geometry.h.
eLynx::Math::Segment2< T >::Segment2 | ( | ) | [inline] |
eLynx::Math::Segment2< T >::Segment2 | ( | const Point2< T > & | iP0, | |
const Point2< T > & | iP1 | |||
) | [inline] |
Definition at line 158 of file Geometry.h.
eLynx::Math::Segment2< T >::Segment2 | ( | const Point2< U > & | iP0, | |
const Point2< U > & | iP1 | |||
) | [inline] |
Definition at line 160 of file Geometry.h.
bool eLynx::Math::Segment2< T >::operator== | ( | const Segment2< T > & | iSegment | ) | const [inline] |
Definition at line 161 of file Geometry.h.
Point2<T> eLynx::Math::Segment2< T >::_P0 |
Definition at line 165 of file Geometry.h.
Point2<T> eLynx::Math::Segment2< T >::_P1 |
Definition at line 165 of file Geometry.h.