]> gitweb.michael.orlitzky.com - spline3.git/history - src/Point.hs
Whitespace cleanup in Point.
[spline3.git] / src / Point.hs
2015-04-16 Michael OrlitzkyWhitespace cleanup in Point.
2011-10-26 Michael OrlitzkyDefine a custom 'Point' type instead of a 3-tuple so...
2011-10-25 Michael OrlitzkyRemove a redundant import.
2011-10-25 Michael OrlitzkyInline the dot product (Ben Lippmeier).
2011-10-25 Michael OrlitzkyRemove the Point.distance function and associated asser...
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.