devela 0.27.0

A development layer of coherence.
Documentation
// devela::geom::fig
//
#![doc = crate::_DOC_GEOM_FIG!()] // public
#![doc = crate::_doc!(modules: crate::geom; fig)]
#![doc = crate::_doc!(flat:"geom")]
#![doc = crate::_doc!(hr)]
//

// mod curve; // Curved geometric primitives and parametric paths.
// mod line; // Linear geometric primitives such as segments and rays.
// mod poly; // Polygonal and polyhedral geometric figures.
// mod set; // Sets of geometric figures.

crate::structural_mods! { // _mods
    _mods {
        // pub use super::{
        //     curve::_all::*,
        //     line::_all::*,
        //     poly::_all::*,
        //     set::_all::*,
        // };
    }
}