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§
source§impl Debug for Classification
impl Debug for Classification
source§impl PartialEq<Classification> for Classification
impl PartialEq<Classification> for Classification
source§fn eq(&self, other: &Classification) -> bool
fn eq(&self, other: &Classification) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.