public abstract class PeasyCam.AbstractInterp
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
AbstractInterp(long timeInMillis) |
Modifier and Type | Method and Description |
---|---|
void |
draw() |
protected abstract void |
interp(double t) |
protected abstract void |
setEndState() |