added comment

Sat, 24 Mar 2018 12:58:01 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Sat, 24 Mar 2018 12:58:01 +0200
changeset 1327
b179ab2f2c4e
parent 1326
69a90bd2dba2
child 1328
d68d1ce89d05

added comment

src/algorithms/invert.cpp file | annotate | diff | comparison | revisions
--- a/src/algorithms/invert.cpp	Sat Mar 24 12:54:28 2018 +0200
+++ b/src/algorithms/invert.cpp	Sat Mar 24 12:58:01 2018 +0200
@@ -130,6 +130,9 @@
 	}
 }
 
+/*
+ * Inverts the winding of a polygon.
+ */
 void invertPolygon(LDPolygon& polygon)
 {
 	switch (polygon.numPolygonVertices())

mercurial