Removed glyph part of names
This commit is contained in:
parent
409e850c9c
commit
a802257e83
|
@ -4,13 +4,13 @@ import love.distributedrebirth.demo4d.base2t.BaseNumber;
|
|||
import love.distributedrebirth.demo4d.base2t.T08PartOctalBaseAppender;
|
||||
import love.distributedrebirth.demo4d.base2t.T08PartOctalBaseIterator;
|
||||
|
||||
abstract public class GroßGetậlŌṁGlyph1D<V extends GroßGetậlŌṁGlyph1D<V> & BaseNumber<V>> implements BaseNumber<V> {
|
||||
abstract public class GroßGetậlŌṁ1D<V extends GroßGetậlŌṁ1D<V> & BaseNumber<V>> implements BaseNumber<V> {
|
||||
|
||||
private GroßGetậl1D[] values;
|
||||
private int valuesLength;
|
||||
private byte fractalLevel;
|
||||
|
||||
public GroßGetậlŌṁGlyph1D(byte fractalLevel) {
|
||||
public GroßGetậlŌṁ1D(byte fractalLevel) {
|
||||
this.fractalLevel = fractalLevel;
|
||||
this.valuesLength = resolveFractalLevel(fractalLevel);
|
||||
this.values = new GroßGetậl1D[valuesLength];
|
|
@ -4,13 +4,13 @@ import love.distributedrebirth.demo4d.base2t.BaseNumber;
|
|||
import love.distributedrebirth.demo4d.base2t.T08PartOctalBaseAppender;
|
||||
import love.distributedrebirth.demo4d.base2t.T08PartOctalBaseIterator;
|
||||
|
||||
abstract public class GroßGetậlŌṁGlyph6D<V extends GroßGetậlŌṁGlyph6D<V> & BaseNumber<V>> implements BaseNumber<V> {
|
||||
abstract public class GroßGetậlŌṁ6D<V extends GroßGetậlŌṁ6D<V> & BaseNumber<V>> implements BaseNumber<V> {
|
||||
|
||||
private GroßGetậl6D[] values;
|
||||
private int valuesLength;
|
||||
private byte fractalLevel;
|
||||
|
||||
public GroßGetậlŌṁGlyph6D(byte fractalLevel) {
|
||||
public GroßGetậlŌṁ6D(byte fractalLevel) {
|
||||
this.fractalLevel = fractalLevel;
|
||||
this.valuesLength = resolveFractalLevel(fractalLevel);
|
||||
this.values = new GroßGetậl6D[valuesLength];
|
|
@ -1,6 +1,6 @@
|
|||
package love.distributedrebirth.demo4d.numberxd;
|
||||
|
||||
public class GroßGetậlŌṁGlyphDiamond1D extends GroßGetậlŌṁGlyph1D<GroßGetậlŌṁGlyphDiamond1D> {
|
||||
public class GroßGetậlŌṁDiamond1D extends GroßGetậlŌṁ1D<GroßGetậlŌṁDiamond1D> {
|
||||
|
||||
// 0th = 1 * V144Tocta (1)
|
||||
// 1th = 1+3 * V144Tocta (4)
|
||||
|
@ -8,7 +8,7 @@ public class GroßGetậlŌṁGlyphDiamond1D extends GroßGetậlŌṁGlyph1D<Gr
|
|||
// 3th = 1+3+6+14 * V144Tocta (24)
|
||||
// etc
|
||||
|
||||
public GroßGetậlŌṁGlyphDiamond1D(byte level) {
|
||||
public GroßGetậlŌṁDiamond1D(byte level) {
|
||||
super(level);
|
||||
}
|
||||
|
||||
|
@ -18,7 +18,7 @@ public class GroßGetậlŌṁGlyphDiamond1D extends GroßGetậlŌṁGlyph1D<Gr
|
|||
}
|
||||
|
||||
@Override
|
||||
protected GroßGetậlŌṁGlyphDiamond1D toCloneFractal(byte level) {
|
||||
return new GroßGetậlŌṁGlyphDiamond1D(level);
|
||||
protected GroßGetậlŌṁDiamond1D toCloneFractal(byte level) {
|
||||
return new GroßGetậlŌṁDiamond1D(level);
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
package love.distributedrebirth.demo4d.numberxd;
|
||||
|
||||
public class GroßGetậlŌṁGlyphDiamond6D extends GroßGetậlŌṁGlyph6D<GroßGetậlŌṁGlyphDiamond6D> {
|
||||
public class GroßGetậlŌṁDiamond6D extends GroßGetậlŌṁ6D<GroßGetậlŌṁDiamond6D> {
|
||||
|
||||
// 0th = 1 * V144Tocta (1)
|
||||
// 1th = 1+3 * V144Tocta (4)
|
||||
|
@ -8,7 +8,7 @@ public class GroßGetậlŌṁGlyphDiamond6D extends GroßGetậlŌṁGlyph6D<Gr
|
|||
// 3th = 1+3+6+14 * V144Tocta (24)
|
||||
// etc
|
||||
|
||||
public GroßGetậlŌṁGlyphDiamond6D(byte level) {
|
||||
public GroßGetậlŌṁDiamond6D(byte level) {
|
||||
super(level);
|
||||
}
|
||||
|
||||
|
@ -18,7 +18,7 @@ public class GroßGetậlŌṁGlyphDiamond6D extends GroßGetậlŌṁGlyph6D<Gr
|
|||
}
|
||||
|
||||
@Override
|
||||
protected GroßGetậlŌṁGlyphDiamond6D toCloneFractal(byte level) {
|
||||
return new GroßGetậlŌṁGlyphDiamond6D(level);
|
||||
protected GroßGetậlŌṁDiamond6D toCloneFractal(byte level) {
|
||||
return new GroßGetậlŌṁDiamond6D(level);
|
||||
}
|
||||
}
|
|
@ -1,23 +0,0 @@
|
|||
package love.distributedrebirth.demo4d.numberxd;
|
||||
|
||||
public class GroßGetậlŌṁGlyphHyperStar1D extends GroßGetậlŌṁGlyph1D<GroßGetậlŌṁGlyphHyperStar1D> {
|
||||
|
||||
// 0th = V144Tocta
|
||||
// 1th = 5 * V144Tocta
|
||||
// 2th = 5 * 12 * V144Tocta
|
||||
// etc
|
||||
|
||||
public GroßGetậlŌṁGlyphHyperStar1D(byte level) {
|
||||
super(level);
|
||||
}
|
||||
|
||||
protected int resolveFractalLevel(byte level) {
|
||||
// TODO
|
||||
return level;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected GroßGetậlŌṁGlyphHyperStar1D toCloneFractal(byte level) {
|
||||
return new GroßGetậlŌṁGlyphHyperStar1D(level);
|
||||
}
|
||||
}
|
|
@ -1,23 +0,0 @@
|
|||
package love.distributedrebirth.demo4d.numberxd;
|
||||
|
||||
public class GroßGetậlŌṁGlyphHyperStar6D extends GroßGetậlŌṁGlyph6D<GroßGetậlŌṁGlyphHyperStar6D> {
|
||||
|
||||
// 0th = V144Tocta
|
||||
// 1th = 5 * V144Tocta
|
||||
// 2th = 5 * 12 * V144Tocta
|
||||
// etc
|
||||
|
||||
public GroßGetậlŌṁGlyphHyperStar6D(byte level) {
|
||||
super(level);
|
||||
}
|
||||
|
||||
protected int resolveFractalLevel(byte level) {
|
||||
// TODO
|
||||
return level;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected GroßGetậlŌṁGlyphHyperStar6D toCloneFractal(byte level) {
|
||||
return new GroßGetậlŌṁGlyphHyperStar6D(level);
|
||||
}
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
package love.distributedrebirth.demo4d.numberxd;
|
||||
|
||||
public class GroßGetậlŌṁHyperStar1D extends GroßGetậlŌṁ1D<GroßGetậlŌṁHyperStar1D> {
|
||||
|
||||
// 0th = V144Tocta
|
||||
// 1th = 5 * V144Tocta
|
||||
// 2th = 5 * 12 * V144Tocta
|
||||
// etc
|
||||
|
||||
public GroßGetậlŌṁHyperStar1D(byte level) {
|
||||
super(level);
|
||||
}
|
||||
|
||||
protected int resolveFractalLevel(byte level) {
|
||||
// TODO
|
||||
return level;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected GroßGetậlŌṁHyperStar1D toCloneFractal(byte level) {
|
||||
return new GroßGetậlŌṁHyperStar1D(level);
|
||||
}
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
package love.distributedrebirth.demo4d.numberxd;
|
||||
|
||||
public class GroßGetậlŌṁHyperStar6D extends GroßGetậlŌṁ6D<GroßGetậlŌṁHyperStar6D> {
|
||||
|
||||
// 0th = V144Tocta
|
||||
// 1th = 5 * V144Tocta
|
||||
// 2th = 5 * 12 * V144Tocta
|
||||
// etc
|
||||
|
||||
public GroßGetậlŌṁHyperStar6D(byte level) {
|
||||
super(level);
|
||||
}
|
||||
|
||||
protected int resolveFractalLevel(byte level) {
|
||||
// TODO
|
||||
return level;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected GroßGetậlŌṁHyperStar6D toCloneFractal(byte level) {
|
||||
return new GroßGetậlŌṁHyperStar6D(level);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue