Rectangle constructor

Rectangle(
  1. List<Point<double>> points
)

Constructs rectangle.

Implementation

Rectangle(this.points);