# HG changeset patch # User Teemu Piippo # Date 1521889081 -7200 # Node ID b179ab2f2c4e31e877313612227f867bb87732a6 # Parent 69a90bd2dba2b730d96e5c99fb1bc5893419ca51 added comment diff -r 69a90bd2dba2 -r b179ab2f2c4e src/algorithms/invert.cpp --- 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())