zero constant
Point
const zero
Creates a point at the origin (0, 0).
Implementation
static const Point zero = Point(0, 0);
Creates a point at the origin (0, 0).
static const Point zero = Point(0, 0);