public class Point2D extends PointND
Constructor and Description |
---|
Point2D(double... coordinates) |
Modifier and Type | Method and Description |
---|---|
double |
getX()
returns the x coordinate
|
double |
getY()
returns the y coordinate
|
void |
setX(double x)
sets the x coordinate
|
void |
setY(double y)
sets the y coordinate
|
applyTransform, clone, equals, euclideanDistance, get, getAbstractVector, getCoordinates, getDimension, set, setCoordinates, toString, updateIfHigher, updateIfLower