Polygon constructor

Polygon(
  1. List<Point> points
)

@brief Default constructor

Implementation

Polygon(this.points);