Postgrex v0.15.3 Postgrex.Line View Source

Struct for PostgreSQL line.

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

Fields

  • a
  • b
  • c

Link to this section Summary

Link to this section Types

Link to this type

t()

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