nsys-math-utils 0.2.0

Math types and traits
Documentation
1
2
3
4
5
6
7
#![expect(clippy::module_name_repetitions)]

pub mod edge_triangle;
pub mod half_edge;

pub use self::edge_triangle::{EdgeTriangleMesh, VertexEdgeTriangleMesh};
pub use self::half_edge::HalfEdgeMesh;