Searched defs:CurveIntersection (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Dcurve.h54 typedef Intersection<> CurveIntersection; typedef in namespace:Geom
296 virtual std::vector<CurveIntersection> intersect(Curve const &other, Coord eps = EPSILON) const;
299 virtual std::vector<CurveIntersection> intersectSelf(Coord eps = EPSILON) const;

Completed in 891 milliseconds