uka.util
Class ShortVector2D

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

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

See Also:
Serialized Form

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

Field Detail

x

public short x

y

public short y
Constructor Detail

ShortVector2D

public ShortVector2D(short x,
                     short y)