Skip to content

Commit 3780967

Browse files
committed
use right term.
1 parent 924266b commit 3780967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Graphics/Implicit/Export/Render/TesselateLoops.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tesselateLoop res obj [as@(_:_:_:_),[_,_], bs@(_:_:_:_), [_,_] ] | length as ==
4646

4747
{-
4848
#__#
49-
| | -> if we find a parallelogram then construct a quad.
49+
| | -> if we find a rectangle then construct a quad.
5050
#__#
5151
-}
5252
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

Comments
 (0)