Normalised 600-cell and snub 24-cell to unit radius

broken-cursed-links
Mike Lynch 2024-04-25 11:03:11 +10:00
parent 0be8c47608
commit 836e0d5ab6
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ export function make_600cell_vertices() {
index_nodes(nodes); index_nodes(nodes);
scale_nodes(nodes, 0.75); scale_nodes(nodes, 0.5);
return nodes; return nodes;
} }