An animation which moves an entity somewhere over an amount of frames
-
Constructor Summary
Constructors
-
Method Summary
boolean
animate(float from_x,
float from_y,
float to_x,
float to_y)
processing.core.PVector
move(float from_x,
float from_y,
float to_x,
float to_y)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
animate
public boolean animate(float from_x,
float from_y,
float to_x,
float to_y)
- Overrides:
animate in class Animation
-
move
public processing.core.PVector move(float from_x,
float from_y,
float to_x,
float to_y)