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