honeycomb-kernels 0.11.0

Meshing kernel implementations using combinatorial maps
Documentation
1
2
3
4
5
6
7
8
9
//! collection of utilities for meshing algorithms

mod anchors;
mod routines;

pub use anchors::{
    BodyIdType, CurveIdType, EdgeAnchor, FaceAnchor, NodeIdType, SurfaceIdType, VertexAnchor,
};
pub use routines::is_orbit_orientation_consistent;