View Source Postgrex.LineSegment (Postgrex v0.16.5)
Struct for PostgreSQL lseg
.
fields
Fields
point1
point2
Link to this section Summary
Link to this section Types
@type t() :: %Postgrex.LineSegment{ point1: Postgrex.Point.t(), point2: Postgrex.Point.t() }