LineEdge constructor

LineEdge(
  1. Point<double> from,
  2. Point<double> to
)

Implementation

LineEdge(this.from, this.to);