ccgeom 0.1.0

Constant curvature geometries toolkit
Documentation
mod scalar;
mod map;
mod geometry;

mod euclidean;
mod hyperbolic;

pub use scalar::*;
pub use map::*;
pub use geometry::*;

pub use euclidean::*;
pub use hyperbolic::*;