Cleanup
This commit is contained in:
@@ -29,6 +29,7 @@ roomNgon n x = do
|
||||
rot = 2 * pi / fromIntegral n
|
||||
rots = map ((rot *) . fromIntegral) [0 .. n -1]
|
||||
poly = polyOrthDist n x
|
||||
path1 = polyOrthDist n (x-10)
|
||||
lnks =
|
||||
sortOn ((\(V2 a b) -> (negate b, a)) . fst . snd)
|
||||
. zip [0 ..]
|
||||
|
||||
Reference in New Issue
Block a user