#include <fsRec2.h>
Collaboration diagram for fs::mth::Rec2_T< T >:
Definition at line 27 of file fsRec2.h.
Public Member Functions | |
Rec2_T () | |
Rec2_T (const Vec2_T< T > &p1, const Vec2_T< T > p2) | |
Rec2_T (T x1, T y1, T x2, T y2) | |
Rec2_T (const Rec2_T &RHS) | |
Rec2_T & | operator= (const Rec2_T &RHS) |
bool | operator== (const Rec2_T &RHS) const |
bool | operator!= (const Rec2_T &RHS) const |
Vec2_T< T > | Delta () const |
Returns the diagonal vector (p2 - p1). | |
Public Attributes | |
Vec2_T< T > | p1 |
Vec2_T< T > | p2 |
fs::mth::Rec2_T< T >::Rec2_T | ( | ) | [inline] |
fs::mth::Rec2_T< T >::Rec2_T | ( | const Vec2_T< T > & | p1, | |
const Vec2_T< T > | p2 | |||
) | [inline] |
fs::mth::Rec2_T< T >::Rec2_T | ( | T | x1, | |
T | y1, | |||
T | x2, | |||
T | y2 | |||
) | [inline] |
fs::mth::Rec2_T< T >::Rec2_T | ( | const Rec2_T< T > & | RHS | ) | [inline] |
Vec2_T< T > fs::mth::Rec2_T< T >::Delta | ( | ) | const [inline] |
Returns the diagonal vector (p2 - p1).
Definition at line 102 of file fsRec2.h.
References fs::mth::Rec2_T< T >::p1, and fs::mth::Rec2_T< T >::p2.
bool fs::mth::Rec2_T< T >::operator!= | ( | const Rec2_T< T > & | RHS | ) | const [inline] |
Definition at line 96 of file fsRec2.h.
References fs::mth::Rec2_T< T >::p1, and fs::mth::Rec2_T< T >::p2.
Rec2_T< T > & fs::mth::Rec2_T< T >::operator= | ( | const Rec2_T< T > & | RHS | ) | [inline] |
Definition at line 82 of file fsRec2.h.
References fs::mth::Rec2_T< T >::p1, and fs::mth::Rec2_T< T >::p2.
bool fs::mth::Rec2_T< T >::operator== | ( | const Rec2_T< T > & | RHS | ) | const [inline] |
Definition at line 90 of file fsRec2.h.
References fs::mth::Rec2_T< T >::p1, and fs::mth::Rec2_T< T >::p2.
Vec2_T<T> fs::mth::Rec2_T< T >::p1 |
Vec2_T<T> fs::mth::Rec2_T< T >::p2 |