Module proj

Source
Expand description

Contains types related to projections.

Re-exports§

pub use fuller::Fuller;
pub use gnomonic::Gnomonic;
pub use tri::BaseTriProjector;
pub use tri::TriProjector;

Modules§

fuller
Contains types related to the Fuller projection.
gnomonic
Contains types related to the Gnomonic projection.
tri
Contains projection-related types and traits for BaseTriSphere and TriSphere.

Structs§

Transform
A general implementation of Projection::transform.

Traits§

Projection
Maps two-dimensional “local” coordinates to points on the unit sphere.