Enum maths_rs::Classification
source · [−]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
sourceimpl Debug for Classification
impl Debug for Classification
sourceimpl PartialEq<Classification> for Classification
impl PartialEq<Classification> for Classification
sourcefn eq(&self, other: &Classification) -> bool
fn eq(&self, other: &Classification) -> bool
impl StructuralPartialEq for Classification
Auto Trait Implementations
impl RefUnwindSafe for Classification
impl Send for Classification
impl Sync for Classification
impl Unpin for Classification
impl UnwindSafe for Classification
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more