Polygon constructor

Polygon(
  1. dynamic points
)

Implementation

Polygon(points) : super(points);