uka.util
Class FloatVector2D

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

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

See Also:
Serialized Form

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

Field Detail

x

public float x

y

public float y
Constructor Detail

FloatVector2D

public FloatVector2D(float x,
                     float y)