Postgrex v0.13.5 Postgrex.LineSegment View Source
Struct for Postgres line segment.
Fields
point1point2
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Postgrex.LineSegment{point1: Postgrex.Point.t(), point2: Postgrex.Point.t()}