Enum libfive::BRepAlgorithm [−][src]
#[repr(u32)]
pub enum BRepAlgorithm {
DualContouring,
IsoSimplex,
Hybrid,
}Expand description
The algorithm used for computing a
boundary representation
from a Tree.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BRepAlgorithmimpl Send for BRepAlgorithmimpl Sync for BRepAlgorithmimpl Unpin for BRepAlgorithmimpl UnwindSafe for BRepAlgorithmBlanket Implementations
Mutably borrows from an owned value. Read more