]> gitweb.michael.orlitzky.com - spline3.git/blob - src/ScaleFactor.hs
Inline Tetrahedron functions volume, b0, b1, b2, and b3 (Ben Lippmeier).
[spline3.git] / src / ScaleFactor.hs
1 module ScaleFactor
2 (ScaleFactor)
3 where
4
5 type ScaleFactor = (Int, Int, Int)