public class Point extends AbstractPosition
x, y
Constructor and Description |
---|
Point() |
Point(Double x,
Double y) |
Point(Point point) |
Modifier and Type | Method and Description |
---|---|
Point |
add(Point p) |
Point |
clone() |
Point |
scale(double scale) |
equals, getX, getY, hashCode, isSetX, isSetY, setX, setY, toString
getUserObject, putUserObject, userObjectEntrySet, userObjectKeys
finalize, getClass, notify, notifyAll, wait, wait, wait
getUserObject, putUserObject, userObjectEntrySet, userObjectKeys
public Point()
public Point(Point point)
point
- Copyright © 2015–2019 University of Tübingen. All rights reserved.