summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 13fb8f6)
raw | patch | inline | side by side (parent: 13fb8f6)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Sat, 13 Dec 2008 20:18:38 +0000 (20:18 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Sat, 13 Dec 2008 20:18:38 +0000 (20:18 +0000) |
re-enable decrepated 2geom function
src/2geom/geom.h | patch | blob | history |
diff --git a/src/2geom/geom.h b/src/2geom/geom.h
index dc50c1bb855099379cbe0234497ae9fa00599678..4e7095372ed0adc8551aa5897ea9d5e7363864c7 100644 (file)
--- a/src/2geom/geom.h
+++ b/src/2geom/geom.h
Geom::Point &result);
#endif
-#if 0
+#if 1
std::vector<Geom::Point>
rect_line_intersect(Geom::Point const &E, Geom::Point const &F,
Geom::Point const &p0, Geom::Point const &p1);