polyhedron-ops 0.2.7

Conway/Hart Polyhedron Operations
1
2
3
4
5
6
7
8
9
#[cfg(feature = "bevy")]
mod bevy;

#[cfg(feature = "obj")]
mod obj;

/// OBJ writing/loading.
#[cfg(feature = "nsi")]
mod nsi;