| eLynx SDK
v3.0.1 C++ image processing API reference |
#include <Geometry.h>
Public Member Functions | |
| Triangle2 () | |
| Constructor, does nothing. | |
| Triangle2 (const Point2< T > &iP0, const Point2< T > &iP1, const Point2< T > &iP2) | |
| template<typename U > | |
| Triangle2 (const Point2< U > &iP0, const Point2< U > &iP1, const Point2< U > &iP2) | |
| bool | operator== (const Triangle2 &iTriangle) const |
Public Attributes | |
| Point2< T > | _P0 |
| Point2< T > | _P1 |
| Point2< T > | _P2 |
Definition at line 288 of file Geometry.h.
| eLynx::Math::Triangle2< T >::Triangle2 | ( | ) | [inline] |
| eLynx::Math::Triangle2< T >::Triangle2 | ( | const Point2< T > & | iP0, | |
| const Point2< T > & | iP1, | |||
| const Point2< T > & | iP2 | |||
| ) | [inline] |
Definition at line 293 of file Geometry.h.
| eLynx::Math::Triangle2< T >::Triangle2 | ( | const Point2< U > & | iP0, | |
| const Point2< U > & | iP1, | |||
| const Point2< U > & | iP2 | |||
| ) | [inline] |
Definition at line 296 of file Geometry.h.
| bool eLynx::Math::Triangle2< T >::operator== | ( | const Triangle2< T > & | iTriangle | ) | const [inline] |
Definition at line 298 of file Geometry.h.
| Point2<T> eLynx::Math::Triangle2< T >::_P0 |
Definition at line 302 of file Geometry.h.
| Point2<T> eLynx::Math::Triangle2< T >::_P1 |
Definition at line 302 of file Geometry.h.
| Point2<T> eLynx::Math::Triangle2< T >::_P2 |
Definition at line 302 of file Geometry.h.