public class Point2DD
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Point2DD() |
Point2DD(double x, double y) |
Point2DD(Point2DD p) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Point2DD p) |
boolean |
equalsWithinBasin(Point2DD p) |
boolean |
equalsWithinBasin(Point2DD p, double tolerance) |
double[] |
getArray() |
double |
getX() |
double |
getY() |
void |
setX(double x) |
void |
setY(double y) |
java.lang.String |
toString() |
public Point2DD()
public Point2DD(double x, double y)
public Point2DD(Point2DD p)
public double[] getArray()
public double getX()
public double getY()
public void setX(double x)
public void setY(double y)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(Point2DD p)
public boolean equalsWithinBasin(Point2DD p)
public boolean equalsWithinBasin(Point2DD p, double tolerance)