gdxapp4d/demo4d-numberxd/src/main/love/distributedrebirth/numberxd/GroßGetậlŌṁHyperStàr6ˢᴰ.java

43 lines
1.3 KiB
Java
Raw Normal View History

package love.distributedrebirth.numberxd;
2022-02-04 18:00:03 +01:00
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
import love.distributedrebirth.numberxd.base2t.BaseIteratorOctal;
import love.distributedrebirth.numberxd.base2t.BaseIteratorOctalStack;
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
public class GroßGetậlŌṁHyperStàr6ˢᴰ extends AbstractGroßGetậlŌṁ6ˢᴰ<GroßGetậlŌṁHyperStàr6ˢᴰ> {
// 0th = V144Tocta
// 1th = 5 * V144Tocta
// 2th = 5 * 12 * V144Tocta
// etc
2022-02-04 20:01:05 +01:00
public GroßGetậlŌṁHyperStàr6ˢᴰ(int level) {
super(level);
}
2022-02-04 20:01:05 +01:00
public GroßGetậlŌṁHyperStàr6ˢᴰ(int level, BaseIteratorOctal values) {
2022-02-04 18:00:03 +01:00
super(level, values);
}
2022-02-04 20:01:05 +01:00
protected int resolveFractalLevel(int level) {
// TODO
return level;
}
@Override
2022-02-04 18:00:03 +01:00
public GroßGetậlŌṁHyperStàr6ˢᴰ toClone() {
BaseIteratorOctalStack cloneStack = new BaseIteratorOctalStack();
for (int x=0;x<getMatrix1Length();x++) {
setMatrix1(x);
for (int y=0;y<getMatrix2Length();y++) {
setMatrix2(y);
for (int z=0;z<getMatrix2Length();z++) {
setMatrix2(z);
2022-02-04 18:00:03 +01:00
cloneStack.addIterator(getValue().iteratorOctalsByClone());
}
}
}
return new GroßGetậlŌṁHyperStàr6ˢᴰ(getFractalLevel(), cloneStack);
}
}