Segment constructor

Segment(
  1. Point start,
  2. Point end
)

@brief Default constructor

Implementation

Segment(this.start, this.end);