Edge constructor
Edge(
- List<
List< points,double> > - MatrixNode from,
- MatrixNode to,
- EdgeArrowType arrowType,
Implementation
Edge(this.points, this.from, this.to, this.arrowType);