]> gitweb.michael.orlitzky.com - spline3.git/history - src/Grid.hs
Change "find_containing_cubes" to "find_containing_cube" and speed it up considerably.
[spline3.git] / src / Grid.hs
2011-08-24 Michael OrlitzkyChange "find_containing_cubes" to "find_containing_cube...
2011-08-23 Michael OrlitzkyConvert the zoom function to use Values3D.
2011-08-23 Michael OrlitzkyBegin updating everything to use Repa arrays (Values3D).
2011-08-22 Michael OrlitzkyAdd the "zoom" function.
2011-08-04 Michael OrlitzkyFix all orphan instances.
2011-07-10 Michael OrlitzkyAdd a find_containing_cubes function to the Grid module.
2011-07-08 Michael OrlitzkyFix some hlint warnings.
2011-05-08 Michael OrlitzkyAdd a bunch of documentation.
2011-05-08 Michael OrlitzkyAdd a cube_at function to Grid.
2011-05-04 Michael OrlitzkyBegin overhauling the program to handle other tetrahedr...
2011-04-26 Michael OrlitzkyRename the spline project to spline3.