hullabaloo
Backend-agnostic geometry construction utilities for convex polytope families.
Features
- Prismatoids: Construct vertex sets for drums and related families.
- Generic over
Num: No hiddenf64intermediates---precision preserved throughout. - Explicit conversion: Generate vertices, then convert to your backend's matrix type.
Example
use ;
let top = vec!;
let bottom = vec!;
let drum = new?;
let vertices = drum.into_vertices;
assert_eq!;
License
AGPL-3.0-only. See LICENSE for details.