Postgrex v0.14.0-rc.1 Postgrex.Line View Source
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
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
.
a
b
c