Skip to main content

Crate use_mesh

Crate use_mesh 

Source
Expand description

§use-mesh

Mesh primitives for the RustUse geometry workspace.

use-mesh starts with lightweight mesh count and index records.

§Example

use use_mesh::Mesh;

let mesh = Mesh::new(8, 12, 6).expect("valid counts");

assert_eq!(mesh.edge_count(), 12);

Structs§

Mesh
A lightweight mesh count summary.
MeshFaceIndex
A mesh face index.
MeshVertexIndex
A mesh vertex index.