Stop intersectSegSegTest returning True for collinear line pairs

This commit is contained in:
2026-03-12 13:37:56 +00:00
parent cdc21c9fb1
commit 65383e2303
15 changed files with 326 additions and 223 deletions
+1
View File
@@ -13,6 +13,7 @@ data GameRoom = GameRoom
{ _grViewpoints :: [Point2]
, _grViewpointsEx :: [Point2]
, _grBound :: [Point2]
, _grRmBounds :: [[Point2]]
, -- | gives direction of room
_grDir :: Float
, _grLinkDirs :: [Float]