Crate geo[−][src]
Re-exports
pub use algorithm::*; |
Modules
| algorithm |
This module includes all the functions of geometric calculations |
| prelude |
A prelude which re-exports the traits for manipulating objects in this
crate. Typically imported with |
Structs
| Coordinate |
A lightweight struct used to store coordinates on the 2-dimensional Cartesian plane. |
| ExtremePoint |
A container for the coordinates of the minimum and maximum points of a |
| Extremes |
A container for indices of the minimum and maximum points of a |
| GeometryCollection |
A collection of |
| Line |
A line segment made up of exactly two |
| LineString |
An ordered collection of two or more |
| MultiLineString |
A collection of |
| MultiPoint |
A collection of |
| MultiPolygon |
A collection of |
| Point |
A single Point in 2D space. |
| Polygon |
A representation of an area. Its outer boundary is represented by a |
| Rect | |
| Triangle |
Enums
| Closest |
The result of trying to find the closest spot on an object to a point. |
| Geometry |
An enum representing any possible geometry type. |
Statics
| COORD_PRECISION |
Traits
| CoordinateType |
The type of an x or y value of a point/coordinate. |
| ToGeo |