move the point my scale factor
to use in scaling shapes
Point scale(double factor) { return Point(x * factor, y * factor); }