fun lineSegmentOf(p1: Point? = null, p2: Point? = null): LineSegment
A function providing a DSL for building io.vertx.pgclient.data.LineSegment objects.
Finite line segment data type in Postgres represented by pairs of io.vertx.pgclient.data.Points that are the endpoints of the segment.