sampled-dmc 0.1.2

An implementation of Dual Marching Cubes (DMC) for already sampled data
Documentation
1
2
3
4
5
//! References everything neccesary to use this crate regularly, namely [`crate::dmc`] and
//! [`crate::octree`].

pub use crate::dmc::*;
pub use crate::octree::*;