Corner.raw constructor

Corner.raw(
  1. Coord prev,
  2. Coord point,
  3. Coord next,
  4. Circle circle,
  5. bool clockwise,
  6. bool inCircle,
)

Implementation

Corner.raw(this.prev, this.point, this.next, this.circle, this.clockwise,
    this.inCircle);