LineSegment.empty constructor

LineSegment.empty()

Implementation

LineSegment.empty()
    : this.fromCoordinates(
          new Coordinate.empty2D(), new Coordinate.empty2D());