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