tritet 3.1.0

Triangle and tetrahedron mesh generators
Documentation
1
2
3
4
5
#[cfg(feature = "with_tetgen")]
pub const TETGEN_IS_AVAILABLE: bool = true;

#[cfg(not(feature = "with_tetgen"))]
pub const TETGEN_IS_AVAILABLE: bool = false;