]> gitweb.michael.orlitzky.com - spline3.git/commit
Remove the Point.distance function and associated assertion. We only need the dot...
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 25 Oct 2011 21:25:17 +0000 (17:25 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 25 Oct 2011 21:25:17 +0000 (17:25 -0400)
commit610d0f0af8a802c26d51231d6e2426a72e40fd2d
treed5f26b2ac67162c154562445afd2057645596d29
parent35bc3798d28ed65ab970cf158082bf8d68e2c480
Remove the Point.distance function and associated assertion. We only need the dot product.
src/Assertions.hs
src/Cube.hs
src/Grid.hs
src/Point.hs