kaleidoscope
Class Vec2D

java.lang.Object
  extended by kaleidoscope.Vec2D

public class Vec2D
extends java.lang.Object


Field Summary
 float x
           
 float y
           
 
Method Summary
 void set(float x, float y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public float x

y

public float y
Method Detail

set

public void set(float x,
                float y)