ayyyy space
This commit is contained in:
parent
b933dd78d5
commit
2e76d302cd
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user