Postgrex.LineSegment (Postgrex v0.20.0)

View Source

Struct for PostgreSQL lseg.

Fields

  • point1
  • point2

Summary

Types

t()

@type t() :: %Postgrex.LineSegment{
  point1: Postgrex.Point.t(),
  point2: Postgrex.Point.t()
}