Searched refs:convex_hull (Results 1 – 6 of 6) sorted by relevance
22 int convex_hull(const Cubic& cubic, char order[4]) { in convex_hull() function
18 int convex_hull(const Cubic& cubic, char order[4]);
238 int result = convex_hull(cubic, order); in ConvexHull_Test()