]> gitweb.michael.orlitzky.com - spline3.git/blob - src/ScaleFactor.hs
spline3.cabal: enable a lot more warnings by default.
[spline3.git] / src / ScaleFactor.hs
1 -- | The 'ScaleFactor' type. Yup, this is it.
2 --
3 module ScaleFactor ( ScaleFactor )
4 where
5
6 type ScaleFactor = ( Int, Int, Int )