pub enum Halfspace {
Front,
Back,
Intersect,
}Expand description
Result of a halfspace test for AABB vs plane.
Variants§
Trait Implementations§
impl Copy for Halfspace
impl StructuralPartialEq for Halfspace
Auto Trait Implementations§
impl Freeze for Halfspace
impl RefUnwindSafe for Halfspace
impl Send for Halfspace
impl Sync for Halfspace
impl Unpin for Halfspace
impl UnsafeUnpin for Halfspace
impl UnwindSafe for Halfspace
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