]> gitweb.michael.orlitzky.com - spline3.git/blob - src/ScaleFactor.hs
4af205644332f3a9fb4b205e3d7cbce893777d4d
[spline3.git] / src / ScaleFactor.hs
1 module ScaleFactor
2 where
3
4 type ScaleFactor = (Int, Int, Int)
5
6 --instance Integral ScaleFactor where