dyna3/app-proto/examples
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
..
irisawa-hexlet.rs Manipulate the assembly (#29) 2024-12-30 22:53:07 +00:00
kaleidocycle.rs Write kaleidocycle nudge in uniform coordinates 2025-01-21 18:04:21 -08:00
point-on-sphere.rs Manipulate the assembly (#29) 2024-12-30 22:53:07 +00:00
three-spheres.rs Manipulate the assembly (#29) 2024-12-30 22:53:07 +00:00