| Package | Description |
|---|---|
| io.r2dbc.postgresql.codec |
Encoders and Decoders for the type that the service provider understands.
|
| Modifier and Type | Method and Description |
|---|---|
static Line |
Line.of(double a,
double b,
double c)
|
static Line |
Line.of(double x1,
double y1,
double x2,
double y2)
Create a new
Line defined by two points. |
static Line |
Line.of(Point p1,
Point p2)
Create a new
Line defined by two points. |
Copyright © 2023. All rights reserved.