ayyyy space

This commit is contained in:
yugecin 2016-09-27 20:38:30 +02:00
parent b933dd78d5
commit 2e76d302cd

View File

@ -43,7 +43,7 @@ public abstract class Mover {
} }
protected final double getT(int time) { protected final double getT(int time) {
return ((double)time - startT) / totalT; return ((double) time - startT) / totalT;
} }
public abstract double[] getPointAt(int time); public abstract double[] getPointAt(int time);