pub enum Classification {
Behind,
Infront,
Intersects,
}
Expand description
classification for tests vs planes (behind, infront or intersects)
Variants§
Behind
behind the plane in the opposite direction of the planes normal
Infront
infront of the plane in the direction of the planes normal
Intersects
intersecting the plane
Trait Implementations§
Source§impl Debug for Classification
impl Debug for Classification
Source§impl PartialEq for Classification
impl PartialEq for Classification
impl StructuralPartialEq for Classification
Auto Trait Implementations§
impl Freeze for Classification
impl RefUnwindSafe for Classification
impl Send for Classification
impl Sync for Classification
impl Unpin for Classification
impl UnwindSafe for Classification
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more