Skip to main content

Brush

Type Alias Brush 

Source
pub type Brush = Vec<Surface>;
Expand description

Convex polyhedron

Aliased Type§

pub struct Brush { /* private fields */ }

Trait Implementations§

Source§

impl CheckWritable for Brush

Source§

fn check_writable(&self) -> ValidationResult

Determine if an item can be written to file Read more