#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 |
|
inline |
Referenced by move(), and rotateDeg().
|
inline |
double libqxp::Point::distance | ( | const Point & | p2 | ) | const |
Point libqxp::Point::move | ( | double | dx, |
double | dy | ||
) | const |
Referenced by libqxp::Rect::center().
Referenced by libqxp::QXPContentCollector::drawRectangle().
double libqxp::Point::x |
double libqxp::Point::y |