uka.util
Class LongVector2D

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

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

See Also:
Serialized Form

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

Field Detail

x

public long x

y

public long y
Constructor Detail

LongVector2D

public LongVector2D(long x,
                    long y)