Added naming for fractal number values.
This commit is contained in:
parent
a4c85fa0bc
commit
278b686562
2 changed files with 19 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
package love.distributedrebirth.demo4d.base2t;
|
||||
|
||||
public class VŌṁglyphHyperStar {
|
||||
|
||||
// 0th = V144Tocta
|
||||
// 1th = 5 * V144Tocta
|
||||
// 2th = 5 * 12 * V144Tocta
|
||||
// etc
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue