Line constructor

Line(
  1. List<Segment> segments
)

@brief Default constructor

Implementation

Line(this.segments);