summaryrefslogtreecommitdiffstats
path: root/src/2geom/path.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-04-13 20:19:07 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-04-13 20:19:07 +0000
commitf7701862a2f07cafd54fe32eca5373cee80e0610 (patch)
treed26924dae0a8e21191b832e24ac7383b6d869bd3 /src/2geom/path.cpp
parentimprove error reporting from TcpSocket (diff)
downloadinkscape-f7701862a2f07cafd54fe32eca5373cee80e0610.tar.gz
inkscape-f7701862a2f07cafd54fe32eca5373cee80e0610.zip
sync with current 2geom, split_at_discontinuities method and SVGEllipticalArc
(bzr r5423)
Diffstat (limited to 'src/2geom/path.cpp')
-rw-r--r--src/2geom/path.cpp24
1 files changed, 1 insertions, 23 deletions
diff --git a/src/2geom/path.cpp b/src/2geom/path.cpp
index 3d8d5ead3..a529c3751 100644
--- a/src/2geom/path.cpp
+++ b/src/2geom/path.cpp
@@ -221,29 +221,7 @@ void Path::check_continuity(Sequence::iterator first_replaced,
}
}
-Rect SVGEllipticalArc::boundsFast() const {
- throwNotImplemented();
-}
-Rect SVGEllipticalArc::boundsExact() const {
- throwNotImplemented();
-}
-Rect SVGEllipticalArc::boundsLocal(Interval i, unsigned deg) const {
- throwNotImplemented();
-}
-
-std::vector<Point> SVGEllipticalArc::pointAndDerivatives(Coord t, unsigned n) const {
- throwNotImplemented();
-}
-
-std::vector<double> SVGEllipticalArc::roots(double v, Dim2 d) const {
- throwNotImplemented();
-}
-
-D2<SBasis> SVGEllipticalArc::toSBasis() const {
- return D2<SBasis>(Linear(initial_[X], final_[X]), Linear(initial_[Y], final_[Y]));
-}
-
-}
+} // end namespace Geom
/*
Local Variables: