]> gitweb.michael.orlitzky.com - spline3.git/commit
Define a custom 'Point' type instead of a 3-tuple so that its constructor can be...
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 26 Oct 2011 03:28:46 +0000 (23:28 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 26 Oct 2011 03:28:46 +0000 (23:28 -0400)
commitedd0bfa30456c0f609418e730af641835b8650aa
treedeb94be0e0b514293f104dbcfc69b70744346cc0
parente725cfe579b9d05ac040efc08f1ad47e5060de38
Define a custom 'Point' type instead of a 3-tuple so that its constructor can be made strict.
Updated all 'Point' references to use the new constructor.
src/Cube.hs
src/Grid.hs
src/Point.hs
src/Tetrahedron.hs