Linting
This commit is contained in:
@@ -156,8 +156,8 @@ addPolyWall (p1,p2) walls =
|
||||
p3 = 0.5 *.* (p1 +.+ p2)
|
||||
p4 = p3 +.+ 10000 *.* vNormal (p2 -.- p1)
|
||||
maybeWs = -- listToMaybe .
|
||||
fmap fst
|
||||
. fmap unzip
|
||||
fmap (fst . unzip)
|
||||
-- . fmap unzip
|
||||
. listToMaybe
|
||||
$ groupBy ((==) `on` (dist p3 . snd))
|
||||
wlsP
|
||||
|
||||
Reference in New Issue
Block a user