Add wall placement obstructions, start to generalise pictures
This commit is contained in:
@@ -46,6 +46,7 @@ textNum = ShadNum 3
|
||||
arcNum = ShadNum 4
|
||||
ellNum = ShadNum 5
|
||||
type Picture = Stream (Of Verx) IO ()
|
||||
type Picture' = [Verx]
|
||||
flat2 :: V2 a -> [a]
|
||||
flat2 (V2 x y) = [x,y]
|
||||
flat3 :: V3 a -> [a]
|
||||
|
||||
Reference in New Issue
Block a user