Searched refs:ConvexHull (Results 1 - 8 of 8) sorted by relevance
/inkscape/src/2geom/ |
H A D | convex-hull.cpp | 62 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 D | convex-hull.h | 117 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 D | forward.h | 69 class ConvexHull;
|
H A D | path.h | 52 class ConvexHull; 382 explicit Path(ConvexHull const &);
|
H A D | sbasis-to-bezier.cpp | 202 Geom::ConvexHull bezhull(bz);
|
H A D | bezier-clipping.cpp | 402 ConvexHull p; 634 // ConvexHull chD(D); 637 ConvexHull p;
|
H A D | path.cpp | 252 Path::Path(ConvexHull const &ch)
|
/inkscape/src/ |
H A D | conn-avoid-ref.cpp | 290 Geom::ConvexHull hull(hull_points);
|
Completed in 520 milliseconds