]> gitweb.michael.orlitzky.com - spline3.git/blob - src/ScaleFactor.hs
Only compute 'cubes' once, and store it in a new Grid field, cube_grid.
[spline3.git] / src / ScaleFactor.hs
1 module ScaleFactor
2 where
3
4 type ScaleFactor = (Int, Int, Int)
5
6 --instance Integral ScaleFactor where