zero constant

Point const zero

The point at the origin of coordinate space.

Implementation

static const Point zero = Point(0, 0);