Skip to content

Commit

Permalink
Merge pull request #1293 from urschrei/push-symmwtstvntt
Browse files Browse the repository at this point in the history
Document InteriorPoint at the top level
  • Loading branch information
urschrei authored Dec 29, 2024
2 parents a98ca5b + 69bdb6a commit deeda72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions geo/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Add top-level doc link for `InteriorPoint`
- Add Unary Union algorithm for fast union ops on adjacent / overlapping geometries
- <https://github.com/georust/geo/pull/1246>
- Loosen bounds on `RemoveRepeatedPoints` trait (`num_traits::FromPrimitive` isn't required)
Expand Down
2 changes: 2 additions & 0 deletions geo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@
//! - **[`LineLocatePoint`]**: Calculate the
//! fraction of a line’s total length representing the location of the closest point on the
//! line to the given point
//! - **[`InteriorPoint`]**:
//! Calculates a representative point inside a `Geometry`
//!
//! ## Topology
//!
Expand Down

0 comments on commit deeda72

Please sign in to comment.