Commit Graph

2 Commits

Author SHA1 Message Date
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
Aaron Fenyes
a05a2e1d54 Implement the uniform inner product for points 2025-01-20 15:44:20 -08:00