Normalised 24-cell to unit radius
This commit is contained in:
parent
5e31403420
commit
0be8c47608
@ -197,6 +197,7 @@ export const cell24 = () => {
|
||||
n.label = CELL24_INDEXING[axes[0]][axes[1]];
|
||||
}
|
||||
|
||||
scale_nodes(nodes, Math.sqrt(2) / 2);
|
||||
index_nodes(nodes);
|
||||
const links = auto_detect_edges(nodes, 8);
|
||||
links.map((l) => l.label = 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user