Use tasty for tests, fix bug in circOnLine

This commit is contained in:
2021-12-14 11:50:01 +00:00
parent ec51efabca
commit 47391f3850
19 changed files with 143 additions and 113 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ module Geometry.LHS
, isRHS
) where
import Geometry.Data
-- | Test whether a point is on the LHS of a line.
-- | Test whether a point is stricly on the LHS of a line.
-- Returns False if the line is of zero length.
isLHS
:: Point2 -- ^ First line point.