Point2i.origin constructor

const Point2i.origin()

A point at the origin (0, 0).

Implementation

const Point2i.origin()
    : x = 0,
      y = 0;