uka.util
Class DoubleVector2D

java.lang.Object
  extended byuka.util.DoubleVector2D
All Implemented Interfaces:
java.io.Serializable

public class DoubleVector2D
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 double x
           
 double y
           
 
Constructor Summary
DoubleVector2D(double x, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public double x

y

public double y
Constructor Detail

DoubleVector2D

public DoubleVector2D(double x,
                      double y)