dyna3/app-proto
Aaron Fenyes 01261aed91 Write kaleidocycle nudge in uniform coordinates
In the previous commit, the nudge was written in standard coordinates,
so the example shouldn't have worked. However, by sheer dumb luck, the
standard and uniform coordinates match for this particular nudge. In
fact, the expression used before to get the standard coordinates may
even produce equivalent floating point values as the expression used
here to get the uniform coordinates. That would explain why the example
prints exactly the same output in this commit.
2025-01-21 18:04:21 -08:00
..
examples Write kaleidocycle nudge in uniform coordinates 2025-01-21 18:04:21 -08:00
src Implement the uniform inner product for points 2025-01-20 15:44:20 -08:00
.gitignore feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
Cargo.toml Click the display to select spheres (#25) 2024-11-27 05:02:06 +00:00
index.html Clean up the outline view (#19) 2024-11-15 03:32:47 +00:00
main.css Clean up the outline view (#19) 2024-11-15 03:32:47 +00:00
run-examples Implement the uniform inner product for points 2025-01-20 15:44:20 -08:00