uka.util
Class ByteVector2D

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

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

See Also:
Serialized Form

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

Field Detail

x

public byte x

y

public byte y
Constructor Detail

ByteVector2D

public ByteVector2D(byte x,
                    byte y)