#include <ZMFTypes.h>
Public Member Functions | |
Point () | |
Point (double xVal, double yVal) | |
Point | move (double dx, double dy) const |
Point | rotate (double rotation, const Point ¢er) const |
double | distance (const Point &p2) const |
Public Attributes | |
double | x |
double | y |
Referenced by libzmf::BoundingBox::topLeft().
double libzmf::Point::x |
double libzmf::Point::y |