Skip to content

Commit

Permalink
Merge pull request #1188 from georust/michaelkirk-patch-1
Browse files Browse the repository at this point in the history
Update convex hull docs - not just for polygons.
  • Loading branch information
lnicola authored May 29, 2024
2 parents 481196b + 617a48b commit a5d5695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo/src/algorithm/convex_hull/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use crate::geometry::{Coord, LineString, Polygon};
use crate::kernels::*;
use crate::GeoNum;

/// Returns the convex hull of a Polygon. The hull is always oriented counter-clockwise.
/// Returns the convex hull of a geometry. The hull is always oriented counter-clockwise.
///
/// This implementation uses the QuickHull algorithm,
/// based on [Barber, C. Bradford; Dobkin, David P.; Huhdanpaa, Hannu (1 December 1996)](https://dx.doi.org/10.1145%2F235815.235821)
Expand Down

0 comments on commit a5d5695

Please sign in to comment.