Cleanup
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ helpPoly3D = picFormat . map f . polyToTris
|
||||
f (pos,col) = Verx pos col [] BottomLayer polyNum
|
||||
|
||||
polysToPic :: [Polyhedra] -> Picture
|
||||
polysToPic = pictures . concatMap polyToPics
|
||||
polysToPic = fold . concatMap polyToPics
|
||||
|
||||
polyToEdges :: Polyhedra -> [(Point3,Point3,Point3,Point3)]
|
||||
polyToEdges = map denormalEdges . constructEdges . map (map fst) . _pyFaces
|
||||
|
||||
Reference in New Issue
Block a user