summaryrefslogtreecommitdiffstats
path: root/src/2geom/pathvector.h
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2015-04-28 23:02:19 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2015-04-28 23:02:19 +0000
commitcfa7054c950050095e596edd18fedad53e7ed636 (patch)
tree2142ac03239c40a4af6b367754ddf3421e337577 /src/2geom/pathvector.h
parent2Geom sync - initial commit (diff)
downloadinkscape-cfa7054c950050095e596edd18fedad53e7ed636.tar.gz
inkscape-cfa7054c950050095e596edd18fedad53e7ed636.zip
Fix calls to Geom::cross() - sign change.
(bzr r14059.2.2)
Diffstat (limited to 'src/2geom/pathvector.h')
-rw-r--r--src/2geom/pathvector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/2geom/pathvector.h b/src/2geom/pathvector.h
index 6765d6bc0..9140e3872 100644
--- a/src/2geom/pathvector.h
+++ b/src/2geom/pathvector.h
@@ -257,6 +257,8 @@ public:
return boost::range::equal(_data, other._data);
}
+ void snapEnds(Coord precision = EPSILON);
+
std::vector<PVIntersection> intersect(PathVector const &other, Coord precision = EPSILON) const;
/** @brief Determine the winding number at the specified point.