]> gitweb.michael.orlitzky.com - spline3.git/blob - src/ScaleFactor.hs
Add a comment to the ScaleFactor module.
[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 )