Class Point2D
- java.lang.Object
-
- ext.plantuml.com.ctreber.acearth.util.Point2D
-
public class Point2D extends java.lang.Object
A point in a 2 axis space.
© 2002 Christian Treber, ct@ctreber.com
-
-
Constructor Summary
Constructors Constructor Description Point2D(double pX, double pY)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getX()
double
getY()
java.lang.String
toString()
-