public class CoordsXY
extends Object
Class definition for a x,y coordinate number type.
- Author:
- David McLaren
-
Field Summary 
Fields
-
Constructor Summary 
Constructors
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details 
-
x 
public double x
-
y 
public double y
-