Skip to content

Commit

Permalink
doc: added a test case for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-saronic committed Apr 29, 2024
1 parent 4b982cc commit b396451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geo/src/algorithm/convex_hull/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ use crate::GeoNum;
///
/// let res = poly.convex_hull();
/// assert_eq!(res.exterior(), &correct_hull);
/// assert_eq!(res.interiors(), &[]);
/// ```
pub trait ConvexHull<'a, T> {
type Scalar: GeoNum;
Expand Down

0 comments on commit b396451

Please sign in to comment.