HalfSpace

Type Alias HalfSpace 

Source
pub type HalfSpace = [Point; 3];
Expand description

A set of 3 points that determine a plane with its facing direction determined by the winding order of the points

Trait Implementations§

Source§

impl CheckWritable for HalfSpace

Source§

fn check_writable(&self) -> ValidationResult

Determine if an item can be written to file Read more