Postgrex v0.13.2 Postgrex.Line

Struct for Postgres line.

Note, lines are stored in Postgres in the form {a,b,c}, which parameterizes a line as a*x + b*y + c = 0.

Fields

  • a
  • b
  • c

Summary

Types

t()
t() :: %Postgrex.Line{a: float, b: float, c: float}