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