Function rgeometry::algorithms::convex_hull[][src]

pub fn convex_hull<T>(pts: Vec<Point<T, 2>>) -> Result<ConvexPolygon<T>, Error> where
    T: PolygonScalar
Expand description

O(n log n)

Longer description here.