Readd wall corner collisions
This commit is contained in:
@@ -19,6 +19,7 @@ import Data.Maybe
|
||||
-- | Describe a wall as two points.
|
||||
-- Order is important: the wall face is to the left of the line going from
|
||||
-- 'fst' to 'snd'.
|
||||
-- TODO remove duplication
|
||||
type WallP = (Point2,Point2)
|
||||
-- | Remove inverse walls.
|
||||
removeInverseWalls :: [WallP] -> [WallP]
|
||||
|
||||
Reference in New Issue
Block a user