polyhedron 0.1.0

A half edge and radial edge implementation.
Documentation
1
2
3
4
5
6
7
8
/// Topological edge handle.
pub mod edge_handle;
/// Topological face handle.
pub mod face_handle;
/// Topological half edge handle.
pub mod half_edge_handle;
/// Topological vert handle.
pub mod vert_handle;