]> gitweb.michael.orlitzky.com - spline3.git/history - src/Point.hs
Clean up imports/exports.
[spline3.git] / src / Point.hs
2011-10-04 Michael OrlitzkyClean up imports/exports.
2011-09-05 Michael OrlitzkyAdd the 'dot' function for Points.
2011-08-24 Michael OrlitzkyReplace TypeSynonymInstances with FlexibleInstances...
2011-08-24 Michael OrlitzkyRemove the x_coord, y_coord, and z_coord functions...
2011-07-09 Michael OrlitzkyFix some hlint warnings.
2011-05-08 Michael OrlitzkyMore doc updates.
2011-05-08 Michael OrlitzkyAdd a bunch of documentation.
2011-05-02 Michael OrlitzkyAdd distance and is_close functions to the Point module.
2011-04-26 Michael OrlitzkyRename the spline project to spline3.