Polyline constructor

Polyline(
  1. List<Point> points
)

@brief Default constructor

Implementation

Polyline(this.points);