LineSegment typedef

LineSegment = (Coord, Coord)

Implementation

typedef LineSegment = (Coord, Coord);