Added dental api

This commit is contained in:
Willem Cazander 2022-11-08 20:22:02 +01:00
parent 7fa885889d
commit 8f3ddd9376
30 changed files with 295 additions and 46 deletions

View file

@ -38,8 +38,8 @@ public class GroßGetậlŌṁDiamond6ˢᴰ extends AbstractGroßGetậlŌṁ6ˢ
setMatrix1(x);
for (int y=0;y<getMatrix2Length();y++) {
setMatrix2(y);
for (int z=0;z<getMatrix2Length();z++) {
setMatrix2(z);
for (int z=0;z<getMatrix3Length();z++) {
setMatrix3(z);
cloneStack.addIterator(getValue().iteratorOctalsByClone());
}
}

View file

@ -37,8 +37,8 @@ public class GroßGetậlŌṁHyperStàr6ˢᴰ extends AbstractGroßGetậlŌṁ
setMatrix1(x);
for (int y=0;y<getMatrix2Length();y++) {
setMatrix2(y);
for (int z=0;z<getMatrix2Length();z++) {
setMatrix2(z);
for (int z=0;z<getMatrix3Length();z++) {
setMatrix3(z);
cloneStack.addIterator(getValue().iteratorOctalsByClone());
}
}