Added naming for fractal number values.

This commit is contained in:
Willem Cazander 2022-01-29 06:43:06 +01:00
parent a4c85fa0bc
commit 278b686562
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,10 @@
package love.distributedrebirth.demo4d.base2t;
public class VŌṁglyphDiamond {
// 0th = 1 * V144Tocta (1)
// 1th = 1+3 * V144Tocta (4)
// 2th = 1+3+6 * V144Tocta (10)
// 3th = 1+3+6+14 * V144Tocta (24)
// etc
}

View file

@ -0,0 +1,9 @@
package love.distributedrebirth.demo4d.base2t;
public class VŌṁglyphHyperStar {
// 0th = V144Tocta
// 1th = 5 * V144Tocta
// 2th = 5 * 12 * V144Tocta
// etc
}