point method

Point point(
  1. Point p
)

Implementation

Point point(Point p) => Point(x(p.x), y(p.y));