We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c86619c commit 3631f18Copy full SHA for 3631f18
CPP/Clipper2Lib/include/clipper2/clipper.engine.h
@@ -373,6 +373,8 @@ namespace Clipper2Lib {
373
374
const Path64& Polygon() const { return polygon_; };
375
376
+ Path64& Polygon() { return polygon_; };
377
+
378
double Area() const
379
{
380
return std::accumulate(childs_.cbegin(), childs_.cend(),
0 commit comments