[go: up one dir, main page]

geo 0.1.1

Geo generics/utils
Documentation
1
2
3
4
5
6
7
8
9
10
/// Calculation of the centroid.
pub mod centroid;
/// Checks if the geometry A is completely inside the B geometry.
pub mod contains;
/// hecks if the geometry A intersects the geometry B.
pub mod intersects;
/// Returns the area of the surface of geometry
pub mod area;
/// Returns the distance between two geometries.
pub mod distance;