Going forward, the Scenic.Math.* modules are part of the main Scenic library.
I'm leaving this repo as is in case anyone still needs it.
Math support for Scenic applications
Add scenic_math
to your list of dependencies in mix.exs
:
def deps do
[{:scenic_math, "~> 0.7"}]
end