public class Point
extends org.fujion.ancillary.Options
| Modifier and Type | Field and Description |
|---|---|
protected double |
x
The x-coordinate.
|
protected double |
y
The y-coordinate;
|
| Constructor and Description |
|---|
Point(double x,
double y) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
double |
getX()
Get the x-coordinate;
|
double |
getY()
Get the y-coordinate;
|
String |
toString() |
Copyright © 2023 Fujion Framework. All rights reserved.