Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Dec 28, 2020
1 parent e33c70c commit cac11a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions geo/src/lib.rs
Expand Up @@ -23,14 +23,14 @@
//!
//! ## Area
//!
//! - **[`Area`]**: Planar area of a geometry
//! - **[`ChamberlainDuquetteArea`]**: Geodesic area of a geometry
//! - **[`Area`]**: Planar area of geometries
//! - **[`ChamberlainDuquetteArea`]**: Geodesic area of geometries
//!
//! ## Distance
//!
//! - **[`EuclideanDistance`]**: Euclidean distance between geometries
//! - **[`GeodesicDistance`]**:
//! - **[`HaversineDistance`]**:
//! - **[`GeodesicDistance`]**: Geodesic distance between geometries
//! - **[`HaversineDistance`]**: Haversine distance between geometries
//! - **[`VincentyDistance`]**:
//!
//! ## Length
Expand All @@ -42,7 +42,7 @@
//!
//! ## Simplify
//!
//! - **[`Simplify`]**:
//! - **[`Simplify`]**: Simplify geometries with the Ramer–Douglas–Peucker algorithm
//! - **[`SimplifyIdx`]**:
//! - **[`SimplifyVW`]**:
//! - **[`SimplifyVWPreserve`]**:
Expand Down

0 comments on commit cac11a6

Please sign in to comment.