#include <PtRect.h>
Public Attributes | |
X | x |
Y | y |
Structors | |
Pt () | |
Pt (X x_, Y y_) | |
Pt (X_d x_, Y y_) | |
Pt (X x_, Y_d y_) | |
Pt (X_d x_, Y_d y_) | |
Accessors | |
bool | Less (const Pt &rhs) const |
Mutators | |
void | operator+= (const Pt &rhs) |
void | operator-= (const Pt &rhs) |
Pt | operator- () const |
Definition at line 58 of file PtRect.h.
GG::Pt::Pt | ( | ) |
Default ctor.
GG::Pt::Pt | ( | X_d | x_, | |
Y_d | y_ | |||
) |
Ctor that creates a Pt ( _x , y ).
bool GG::Pt::Less | ( | const Pt & | rhs | ) | const [inline] |
void GG::Pt::operator+= | ( | const Pt & | rhs | ) | [inline] |
void GG::Pt::operator-= | ( | const Pt & | rhs | ) | [inline] |
The x component.
Definition at line 82 of file PtRect.h.
Referenced by Less(), GG::Spin< T >::MinUsableSize(), GG::operator+(), operator+=(), GG::operator-(), operator-=(), GG::operator<(), GG::operator<=(), GG::operator==(), GG::operator>(), and GG::operator>=().
The y component.
Definition at line 83 of file PtRect.h.
Referenced by Less(), GG::Spin< T >::MinUsableSize(), GG::operator+(), operator+=(), GG::operator-(), operator-=(), GG::operator<(), GG::operator<=(), GG::operator==(), GG::operator>(), and GG::operator>=().