public class Point2D
extends java.lang.Object
A point in a 2 axis space.
© 2002 Christian Treber, ct@ctreber.com
Constructor and Description |
---|
Point2D(double pX,
double pY) |
Modifier and Type | Method and Description |
---|---|
double |
getX() |
double |
getY() |
java.lang.String |
toString() |