nsys-math-utils 1.1.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;