From f7701862a2f07cafd54fe32eca5373cee80e0610 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 13 Apr 2008 20:19:07 +0000 Subject: sync with current 2geom, split_at_discontinuities method and SVGEllipticalArc (bzr r5423) --- src/2geom/path.cpp | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'src/2geom/path.cpp') 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 SVGEllipticalArc::pointAndDerivatives(Coord t, unsigned n) const { - throwNotImplemented(); -} - -std::vector SVGEllipticalArc::roots(double v, Dim2 d) const { - throwNotImplemented(); -} - -D2 SVGEllipticalArc::toSBasis() const { - return D2(Linear(initial_[X], final_[X]), Linear(initial_[Y], final_[Y])); -} - -} +} // end namespace Geom /* Local Variables: -- cgit v1.2.3