plexus 0.0.11

2D and 3D mesh processing.
Documentation
1
2
3
4
5
6
7
8
pub(in crate) mod convert;
mod edge;
mod face;
mod vertex;

pub use self::edge::{ArcNeighborhood, ArcView, EdgeView, OrphanArcView, OrphanEdgeView};
pub use self::face::{FaceNeighborhood, FaceView, InteriorPathView, OrphanFaceView};
pub use self::vertex::{OrphanVertexView, VertexView};