VEC: rm unused function
This commit is contained in:
parent
c4ab68c76d
commit
4a4d49200a
@ -75,15 +75,6 @@ det a b c =
|
|||||||
(cx, cy) = unp2 c
|
(cx, cy) = unp2 c
|
||||||
|
|
||||||
|
|
||||||
-- |Computes the determinant of 2 points.
|
|
||||||
det' :: PT -> PT -> Double
|
|
||||||
det' a b =
|
|
||||||
ax * by - ay * bx
|
|
||||||
where
|
|
||||||
(ax, ay) = unp2 a
|
|
||||||
(bx, by) = unp2 b
|
|
||||||
|
|
||||||
|
|
||||||
-- |Get the point where two lines intesect, if any.
|
-- |Get the point where two lines intesect, if any.
|
||||||
intersectSeg' :: Segment -> Segment -> Maybe PT
|
intersectSeg' :: Segment -> Segment -> Maybe PT
|
||||||
intersectSeg' (a, b) (c, d) =
|
intersectSeg' (a, b) (c, d) =
|
||||||
|
Loading…
Reference in New Issue
Block a user