CroppingPolygon constructor

CroppingPolygon(
  1. int rotationTimesCw,
  2. List<PolygonPoint> polygon
)

Implementation

CroppingPolygon(this.rotationTimesCw, this.polygon);