eLynx SDK
v3.0.1 C++ image processing API reference |
#include <Geometry.h>
Public Member Functions | |
Rectangle2 () | |
Constructor, does nothing. | |
Rectangle2 (const Point2< T > &iP0, const Point2< T > &iP1) | |
template<typename U > | |
Rectangle2 (const Point2< U > &iP0, const Point2< U > &iP1) | |
T | GetWidth () const |
T | GetHeight () const |
bool | operator== (const Rectangle2 &iRectangle) const |
Public Attributes | |
Point2< T > | _P0 |
Point2< T > | _P1 |
Definition at line 206 of file Geometry.h.
eLynx::Math::Rectangle2< T >::Rectangle2 | ( | ) | [inline] |
eLynx::Math::Rectangle2< T >::Rectangle2 | ( | const Point2< T > & | iP0, | |
const Point2< T > & | iP1 | |||
) | [inline] |
Definition at line 211 of file Geometry.h.
eLynx::Math::Rectangle2< T >::Rectangle2 | ( | const Point2< U > & | iP0, | |
const Point2< U > & | iP1 | |||
) | [inline] |
Definition at line 215 of file Geometry.h.
T eLynx::Math::Rectangle2< T >::GetWidth | ( | ) | const [inline] |
Definition at line 218 of file Geometry.h.
T eLynx::Math::Rectangle2< T >::GetHeight | ( | ) | const [inline] |
Definition at line 219 of file Geometry.h.
bool eLynx::Math::Rectangle2< T >::operator== | ( | const Rectangle2< T > & | iRectangle | ) | const [inline] |
Definition at line 221 of file Geometry.h.
Point2<T> eLynx::Math::Rectangle2< T >::_P0 |
Definition at line 224 of file Geometry.h.
Point2<T> eLynx::Math::Rectangle2< T >::_P1 |
Definition at line 224 of file Geometry.h.