Function rten_imageproc::convex_hull

source ·
pub fn convex_hull(poly: &[PointF]) -> Vec<PointF>
Expand description

Return the sorted subset of points from poly that form a convex hull containing poly.