![]() |
VR-Forces 4.1.1 Class Documentation
|
2D integer points are often used for screen coordinates, More...

Public Member Functions | |
| Dt2DIntPoint () | |
| Dt2DIntPoint (const int x, const int y) | |
| Dt2DIntPoint (const Dt2DIntPoint &orig) | |
| virtual | ~Dt2DIntPoint () |
| Dt2DIntPoint & | operator= (const Dt2DIntPoint &rhs) |
| virtual bool | operator== (const Dt2DIntPoint &rhs) const |
| virtual bool | operator!= (const Dt2DIntPoint &rhs) const |
| virtual const int | x () const |
| virtual const int | y () const |
| virtual void | set (const int x, const int y) |
| virtual void | setX (const int x) |
| virtual void | setY (const int y) |
Protected Attributes | |
| int | myX |
| int | myY |
2D integer points are often used for screen coordinates,
where pixels have integral values.
| Dt2DIntPoint::Dt2DIntPoint | ( | ) |
| Dt2DIntPoint::Dt2DIntPoint | ( | const int | x, |
| const int | y | ||
| ) |
| Dt2DIntPoint::Dt2DIntPoint | ( | const Dt2DIntPoint & | orig | ) |
|
virtual |
| Dt2DIntPoint& Dt2DIntPoint::operator= | ( | const Dt2DIntPoint & | rhs | ) |
|
virtual |
|
virtual |
|
virtual |
Referenced by DtDisplayPoint::operator QPoint(), DtDisplayPoint::operator+(), and DtDisplayPoint::operator-().
|
virtual |
Referenced by DtDisplayPoint::operator QPoint(), DtDisplayPoint::operator+(), and DtDisplayPoint::operator-().
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |