Commit before adjusting wall zoning
This commit is contained in:
@@ -10,7 +10,7 @@ data PathGraph = PathGraph
|
||||
{ _pgGraph :: Gr Point2 PathEdge
|
||||
, _pgNodeMap :: Map Point2 Int
|
||||
, _pgNodeCount :: Int
|
||||
, _pgEdgeMap :: Map (V2 Point2) Int2
|
||||
, _pgEdgeMap :: Map (V2 Point2) (Int,Int,PathEdge)
|
||||
}
|
||||
data PathEdge = PathEdge
|
||||
{_peStart :: Point2
|
||||
|
||||
Reference in New Issue
Block a user