experiments-120-cell
Mike Lynch 2023-08-04 15:14:25 +10:00
parent 0433267e62
commit 1a12c82a5d
1 changed files with 7 additions and 0 deletions

View File

@ -124,6 +124,13 @@ export const tesseract = () => {
const CELL24_INDEXING = {
x: { y: 'RED', z: 'BLUE', w: 'GREEN' },
y: { z: 'GREEN', w: 'BLUE' },
z: { w: 'RED' }
};
export const cell24 = () => {
const nodes = PERMUTE.coordinates([0, 0, 1, 1], 0);