Function geo::algorithm::convex_hull::qhull::quick_hull[][src]

pub fn quick_hull<T>(points: &mut [Coordinate<T>]) -> LineString<T> where
    T: GeoNum