Package io.vertx.pgclient.data
Class Line
- java.lang.Object
-
- io.vertx.pgclient.data.Line
-
public class Line extends Object
Line data type in Postgres represented by the linear equation Ax + By + C = 0, where A and B are not both zero.
-
-
Constructor Summary
Constructors Constructor Description Line(double a, double b, double c)
-