More hlinting

This commit is contained in:
2025-12-21 19:27:49 +00:00
parent 2fbaa47c0b
commit 51c52ace7d
18 changed files with 41 additions and 46 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ icosohedronFaces = map orderFace $
negThd (x,y,z) = (x,y,negate z)
rotTrip (x,y,z) = (z,x,y)
gr = (1 + sqrt 5) / 2 :: Float
orderFace ps = undefined orderAround3 ps
--orderFace ps = undefined orderAround3 ps
orderFace = undefined orderAround3
-- | Assuming that this works, note that it relies heavily on the ordering of
-- faces adjacent to a vertex (clockwise around the vertex)