master
Marius Kintel 2014-11-27 20:38:53 -05:00
parent 91139402ea
commit c2775d4541
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@
We can store sanitized vs. unsanitized polygons. Sanitized polygons
will have opposite winding order for holes and is guaranteed to not
have intersecting geometry. Sanitization is typically done by ClipperUtils.
have intersecting geometry. Sanitization is typically done by ClipperUtils, but
if you create geometry which you know is sanitized, the flag can be set manually.
*/
size_t Polygon2d::memsize() const