Implement the uniform inner product for points

This commit is contained in:
Aaron Fenyes 2025-01-20 15:44:20 -08:00
parent 03da831c9a
commit a05a2e1d54
3 changed files with 112 additions and 10 deletions

View file

@ -9,3 +9,4 @@
cargo run --example irisawa-hexlet
cargo run --example three-spheres
cargo run --example point-on-sphere
cargo run --example kaleidocycle