Cleanup and reorganise
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
module Dodge.LevelGen.DoorPane
|
||||
( rectanglePairs
|
||||
) where
|
||||
--import Dodge.Data
|
||||
import Geometry.Vector
|
||||
import Geometry.Data
|
||||
|
||||
|
||||
|
||||
rectanglePairs :: Float -> Point2 -> Point2 -> [(Point2,Point2)]
|
||||
rectanglePairs wdth a b =
|
||||
[ (aup, ad)
|
||||
|
||||
Reference in New Issue
Block a user