Searched refs:ConvexHull (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/2geom/
H A Dconvex-hull.cpp62 ConvexHull::ConvexHull(Point const &a, Point const &b) function in class:Geom::ConvexHull
72 ConvexHull::ConvexHull(Point const &a, Point const &b, Point const &c) function in class:Geom::ConvexHull
83 ConvexHull::ConvexHull(Point const &a, Point const &b, Point const &c, Point const &d) function in class:Geom::ConvexHull
95 ConvexHull::ConvexHull(std::vector<Point> const &pts) function in class:Geom::ConvexHull
107 bool ConvexHull::_is_clockwise_turn(Point const &a, Point const &b, Point const &c)
113 void ConvexHull
[all...]
H A Dconvex-hull.h117 class ConvexHull { class in namespace:Geom
128 ConvexHull() {} function in class:Geom::ConvexHull
130 explicit ConvexHull(Point const &a) function in class:Geom::ConvexHull
135 ConvexHull(Point const &a, Point const &b);
137 ConvexHull(Point const &a, Point const &b, Point const &c);
139 ConvexHull(Point const &a, Point const &b, Point const &c, Point const &d);
141 ConvexHull(std::vector<Point> const &pts);
145 ConvexHull(Iter first, Iter last) function in class:Geom::ConvexHull
258 bool contains(ConvexHull const &other) const;
261 //bool interiorContains(ConvexHull cons
[all...]
H A Dforward.h69 class ConvexHull;
H A Dpath.h52 class ConvexHull;
382 explicit Path(ConvexHull const &);
H A Dsbasis-to-bezier.cpp202 Geom::ConvexHull bezhull(bz);
H A Dbezier-clipping.cpp402 ConvexHull p;
634 // ConvexHull chD(D);
637 ConvexHull p;
H A Dpath.cpp252 Path::Path(ConvexHull const &ch)
/inkscape/src/
H A Dconn-avoid-ref.cpp290 Geom::ConvexHull hull(hull_points);

Completed in 520 milliseconds