uka.util
Class BooleanVector2D

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

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

See Also:
Serialized Form

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

Field Detail

x

public boolean x

y

public boolean y
Constructor Detail

BooleanVector2D

public BooleanVector2D(boolean x,
                       boolean y)