First commit on new machine, some hlinting
This commit is contained in:
+1
-1
@@ -128,7 +128,7 @@ helpPoly3D = picFormat . map f . polyToTris
|
||||
f (pos,col) = Verx pos col [] minBound PolyShad
|
||||
|
||||
polysToPic :: [Polyhedra] -> Picture
|
||||
polysToPic = fold . concatMap polyToPics
|
||||
polysToPic = foldMap (fold . polyToPics)
|
||||
|
||||
polyToEdges :: Polyhedra -> [(Point3,Point3,Point3,Point3)]
|
||||
polyToEdges = map denormalEdges . constructEdges . map (map fst) . _pyFaces
|
||||
|
||||
Reference in New Issue
Block a user