polyhedron 0.1.0

A half edge and radial edge implementation.
Documentation
1
2
3
4
5
6
7
8
/// Quadric error metric mesh simplification.
pub mod quadric_simplification;
/// Mesh remeshing.
pub mod remeshing;
/// Mesh subdivision.
pub mod subdivision;

mod queue;