Edge constructor

Edge(
  1. List<List<double>> points,
  2. MatrixNode from,
  3. MatrixNode to
)

Implementation

Edge(this.points, this.from, this.to);