Skip to content

Commit

Permalink
Docs: Transform trait doc added to root index.
Browse files Browse the repository at this point in the history
  • Loading branch information
mishakuzma committed Oct 1, 2022
1 parent 86961cc commit e6ff1c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
//! - **[`proj`](proj)**: Project geometries with the `proj` crate (requires the `use-proj` feature)
//! - **[`ChaikinSmoothing`](ChaikinSmoothing)**: Smoothen `LineString`, `Polygon`, `MultiLineString` and `MultiPolygon` using Chaikins algorithm.
//! - **[`Densify`](Densify)**: Densify linear geometry components by interpolating points
//! - **[`Transform`](Transform)**: Transform a geometry using Proj.
//!
//! # Features
//!
Expand Down

0 comments on commit e6ff1c3

Please sign in to comment.