diff options
Diffstat (limited to 'src/2geom/path.cpp')
| -rw-r--r-- | src/2geom/path.cpp | 24 |
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: |
