use-polyhedron
Polyhedron primitives for the RustUse geometry workspace.
use-polyhedron is the general 3D polyhedron crate. It starts with vertex, edge, and face records
plus count helpers.
Example
use Polyhedron;
let polyhedron = from_counts.expect;
assert_eq!;