]> gitweb.michael.orlitzky.com - spline3.git/history - src/Cube.hs
Add tests/code for tetrahedron 12 through 15.
[spline3.git] / src / Cube.hs
2011-05-07 Michael OrlitzkyAdd tests/code for tetrahedron 12 through 15.
2011-05-07 Michael OrlitzkyRemove the 'reorient' function from Cube.
2011-05-07 Michael OrlitzkyRework a bunch of Cube stuff and re-enable now-passing...
2011-05-07 Michael OrlitzkyRemove some dead code from the Cube module.
2011-05-07 Michael OrlitzkyHave the show function display the grid size of a cube.
2011-05-06 Michael OrlitzkyAdd two missing type signatures.
2011-05-06 Michael OrlitzkyMove a bunch of Face/Tetrahedron code into Cube.
2011-05-04 Michael OrlitzkyBegin overhauling the program to handle other tetrahedr...
2011-05-01 Michael OrlitzkyFix the definition of cube_at; it had the 'x' and ...
2011-04-28 Michael OrlitzkyEta reduce the reverse_cube function.
2011-04-28 Michael OrlitzkyUse the eta reduce in two Cube functions (hlint).
2011-04-26 Michael OrlitzkyRename the spline project to spline3.