public static class JGeometry.Point
extends java.lang.Object
Constructor and Description |
---|
JGeometry.Point() |
JGeometry.Point(double x, double y)
Constructs a new Point with x and y value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(JGeometry.Point b) |
double |
getX() |
double |
getY() |
void |
set(double x, double y) |
public JGeometry.Point()
public JGeometry.Point(double x, double y)
public final boolean equals(JGeometry.Point b)
public double getX()
public double getY()
public void set(double x, double y)