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