public class Point extends NativeBase
Modifier and Type | Field and Description |
---|---|
double |
x
The X value (horizontal coordinate).
|
double |
y
The Y value (vertical coordinate).
|
Constructor and Description |
---|
Point()
Constructor.
|
Point(double x,
double y) |