RectEdge constructor

RectEdge(
  1. CardinalDirectionType type,
  2. Coordinate point
)

Implementation

RectEdge(CardinalDirectionType this.type, Coordinate this.point);