LineSegment
Finite line segment data type in Postgres represented by pairs of @see \io\vertx\jphp\pgclient\data\Points that are the endpoints of the segment.
Methods
LineSegment constructor
__construct( $lineSegment = null)
Arguments
$lineSegment
mixed | null
getP1
getP1() : \io\vertx\jphp\pgclient\data\Point
getP2
getP2() : \io\vertx\jphp\pgclient\data\Point
setP1
setP1( $p1) : $this
setP2
setP2( $p2) : $this