]> gitweb.michael.orlitzky.com - spline3.git/blob - src/ScaleFactor.hs
4353f0ce3f4a8496de04e3f4905958dbd6bcb05b
[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 )