From 303f67444b402faaf8ebf9645de4b4362b31d35c Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Fri, 15 Aug 2008 20:23:54 +0000 Subject: Update to 2geom rev. 1538 (bzr r6634) --- src/2geom/path-intersection.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/2geom/path-intersection.h') diff --git a/src/2geom/path-intersection.h b/src/2geom/path-intersection.h index 2094c4beb..73dc3da8b 100644 --- a/src/2geom/path-intersection.h +++ b/src/2geom/path-intersection.h @@ -50,6 +50,11 @@ std::vector path_mono_splits(Path const &p); CrossingSet crossings_among(std::vector const & p); Crossings self_crossings(Path const & a); +inline Crossings crossings(Curve const & a, Curve const & b) { + DefaultCrosser c = DefaultCrosser(); + return c.crossings(a, b); +} + inline Crossings crossings(Path const & a, Path const & b) { DefaultCrosser c = DefaultCrosser(); return c.crossings(a, b); -- cgit v1.2.3