gdxapp4d/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/GroßGetậlŌṁHyperStàr1ⁿᴰ.java

45 lines
1.3 KiB
Java
Raw Normal View History

2022-01-31 19:13:12 +01:00
package love.distributedrebirth.numberxd;
2022-10-17 16:42:12 +02:00
import love.distributedrebirth.bassboonyd.clazz.BãßBȍőnAuthor注;
2022-02-04 18:00:03 +01:00
import love.distributedrebirth.numberxd.base2t.BaseIteratorOctal;
import love.distributedrebirth.numberxd.base2t.BaseIteratorOctalStack;
2022-10-15 02:34:58 +02:00
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
2022-02-04 18:00:03 +01:00
public class GroßGetậlŌṁHyperStàr1ⁿᴰ extends AbstractGroßGetậlŌṁ1ⁿᴰ<GroßGetậlŌṁHyperStàr1ⁿᴰ> {
2022-01-31 19:13:12 +01:00
// 0th = V144Tocta
// 1th = 5 * V144Tocta
// 2th = 5 * 12 * V144Tocta
// etc
2022-02-04 20:01:05 +01:00
public GroßGetậlŌṁHyperStàr1ⁿᴰ(int level) {
2022-01-31 19:13:12 +01:00
super(level);
}
2022-02-04 20:01:05 +01:00
public GroßGetậlŌṁHyperStàr1ⁿᴰ(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) {
2022-01-31 19:13:12 +01:00
// TODO
return level;
}
2022-02-04 18:00:03 +01:00
2022-01-31 19:13:12 +01:00
@Override
2022-02-04 22:44:11 +01:00
public GroßGetậlŌṁHyperStàr1ⁿᴰ toClone(BaseIteratorOctal values) {
return new GroßGetậlŌṁHyperStàr1ⁿᴰ(getFractalLevel(), values);
}
@Override
public BaseIteratorOctal iteratorOctalsByClone() {
2022-02-04 18:00:03 +01:00
BaseIteratorOctalStack cloneStack = new BaseIteratorOctalStack();
for (int x=0;x<getMatrix1Length();x++) {
setMatrix1(x);
for (int y=0;y<getMatrix2Length();y++) {
setMatrix2(y);
2022-02-04 18:00:03 +01:00
cloneStack.addIterator(getValue().iteratorOctalsByClone());
}
}
2022-02-04 22:44:11 +01:00
return cloneStack;
2022-01-31 19:13:12 +01:00
}
}