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
Fullerprojection. - gnomonic
- Contains types related to the
Gnomonicprojection. - tri
- Contains projection-related types and traits for
BaseTriSphereandTriSphere.
Structs§
- Transform
- A general implementation of
Projection::transform.
Traits§
- Projection
- Maps two-dimensional “local” coordinates to points on the unit sphere.