zero constant
Point
const zero
The point at the origin of coordinate space.
Implementation
static const Point zero = Point(0, 0);
The point at the origin of coordinate space.
static const Point zero = Point(0, 0);