Cleanup redundant modules
This commit is contained in:
@@ -85,6 +85,7 @@ boxABC a b c =
|
||||
polyToPics :: Polyhedra -> [Picture]
|
||||
polyToPics = map helpPoly3D . _pyFaces
|
||||
|
||||
helpPoly3D :: [(Point3, Point4)] -> [(Int, RenderType)]
|
||||
helpPoly3D vs = zl $ RenderPoly $ polyToTris vs
|
||||
where
|
||||
zl :: RenderType -> [(Int,RenderType)]
|
||||
|
||||
Reference in New Issue
Block a user