org.lee.mugen.sprite.entity
Class Velocity

java.lang.Object
  extended by org.lee.mugen.sprite.entity.PointF
      extended by org.lee.mugen.sprite.entity.Velocity
All Implemented Interfaces:
java.lang.Cloneable

public class Velocity
extends PointF


Field Summary
 
Fields inherited from class org.lee.mugen.sprite.entity.PointF
x, y, z
 
Constructor Summary
Velocity()
           
Velocity(int x, int y)
           
 
Method Summary
 
Methods inherited from class org.lee.mugen.sprite.entity.PointF
clone, getLocation, getX, getY, getZ, setLocation, setX, setY, setZ
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Velocity

public Velocity(int x,
                int y)

Velocity

public Velocity()