From 64e50f15e4a4fb6ffcd2aa3774f1b0dde990e99f Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Mon, 6 Apr 2009 22:29:34 +0000 Subject: update 2geom. big commit as it has been a while. (2geom svn rev. 1870, i think) i turned some optional compilation stuff *on* per default, to help building inkscape. (bzr r7638) --- 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 4eef16823..6457b5e43 100644 --- a/src/2geom/path-intersection.h +++ b/src/2geom/path-intersection.h @@ -66,6 +66,11 @@ Crossings curve_sweep(Path const &a, Path const &b) { return ret; } +Crossings pair_intersect(Curve const & A, Interval const &Ad, + Curve const & B, Interval const &Bd); +Crossings mono_intersect(Curve const & A, Interval const &Ad, + Curve const & B, Interval const &Bd); + struct SimpleCrosser : public Crosser { Crossings crossings(Curve const &a, Curve const &b); Crossings crossings(Path const &a, Path const &b) { return curve_sweep(a, b); } -- cgit v1.2.3