]> gitweb.michael.orlitzky.com - spline3.git/blob - src/ScaleFactor.hs
Add tests for some functions used in the new 'find_containing_tetrahedron'.
[spline3.git] / src / ScaleFactor.hs
1 module ScaleFactor
2 where
3
4 type ScaleFactor = (Int, Int, Int)
5
6 --instance Integral ScaleFactor where