mesh-graph 0.6.0

Fast halfedge triangle mesh graph in pure Rust
Documentation
1
2
3
4
5
6
mod edge;
mod face;
mod vertex;

pub use edge::*;
pub use face::*;