#include <QXPTypes.h>
Public Member Functions | |
| Point () | |
| Point (double xVal, double yVal) | |
| Point | move (double dx, double dy) const |
| Point | rotateDeg (double rotationDeg, const Point ¢er) const |
| double | distance (const Point &p2) const |
Public Attributes | |
| double | x |
| double | y |
| libqxp::Point::Point | ( | ) | [inline] |
Referenced by move(), and rotateDeg().
| libqxp::Point::Point | ( | double | xVal, |
| double | yVal | ||
| ) | [inline] |
| double libqxp::Point::distance | ( | const Point & | p2 | ) | const |
| Point libqxp::Point::move | ( | double | dx, |
| double | dy | ||
| ) | const |
Referenced by libqxp::Rect::center().
| Point libqxp::Point::rotateDeg | ( | double | rotationDeg, |
| const Point & | center | ||
| ) | const |
Referenced by libqxp::QXPContentCollector::drawRectangle().
| double libqxp::Point::x |
| double libqxp::Point::y |