Class LineSegment


  • public class LineSegment
    extends Object
    Finite line segment data type in Postgres represented by pairs of Points that are the endpoints of the segment.
    • Constructor Detail

      • LineSegment

        public LineSegment()
      • LineSegment

        public LineSegment​(Point p1,
                           Point p2)