Postgrex v0.13.2 Postgrex.LineSegment

Struct for Postgres line segment.

Fields

  • point1
  • point2

Summary

Types

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