public final class PointD
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
double |
x |
The x coordinate
|
double |
y |
The y coordinate
|
Constructor | Description |
---|---|
PointD(double x,
double y) |
Initializes this PointD with the provided x- and y-coordinates
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |