diff options
Diffstat (limited to 'src/2geom/intersection-graph.h')
| -rw-r--r-- | src/2geom/intersection-graph.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/2geom/intersection-graph.h b/src/2geom/intersection-graph.h index dd70d3d5b..44beaf46b 100644 --- a/src/2geom/intersection-graph.h +++ b/src/2geom/intersection-graph.h @@ -79,6 +79,11 @@ public: PathVector getUnion(); PathVector getIntersection(); + PathVector getAminusB(); + PathVector getBminusA(); + PathVector getXOR(); + + std::vector<Point> intersectionPoints() const; private: PathVector _getResult(bool enter_a, bool enter_b); |
