Stop intersectSegSegTest returning True for collinear line pairs
This commit is contained in:
@@ -13,6 +13,7 @@ data GameRoom = GameRoom
|
||||
{ _grViewpoints :: [Point2]
|
||||
, _grViewpointsEx :: [Point2]
|
||||
, _grBound :: [Point2]
|
||||
, _grRmBounds :: [[Point2]]
|
||||
, -- | gives direction of room
|
||||
_grDir :: Float
|
||||
, _grLinkDirs :: [Float]
|
||||
|
||||
Reference in New Issue
Block a user