We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924266b commit 3780967Copy full SHA for 3780967
Graphics/Implicit/Export/Render/TesselateLoops.hs
@@ -46,7 +46,7 @@ tesselateLoop res obj [as@(_:_:_:_),[_,_], bs@(_:_:_:_), [_,_] ] | length as ==
46
47
{-
48
#__#
49
- | | -> if we find a parallelogram then construct a quad.
+ | | -> if we find a rectangle then construct a quad.
50
51
-}
52
tesselateLoop _ _ [[a,_],[b,_],[c,_],[d,_]] | centroid [a,c] ~= centroid [b,d] = [Sq (b1,b2,b3) z xR yR (a,b,c,d)]
0 commit comments