#[repr(u8)]pub enum SeparatingFeature {
InvalidAxis = 0,
BacksideAxis = 1,
FaceAxisA = 2,
FaceAxisB = 3,
EdgePairAxis = 4,
ClosestPointsAxis = 5,
ManualFaceAxisA = 6,
ManualFaceAxisB = 7,
ManualEdgePairAxis = 8,
}Expand description
Cached separating axis feature. (b3SeparatingFeature)
Variants§
InvalidAxis = 0
BacksideAxis = 1
FaceAxisA = 2
FaceAxisB = 3
EdgePairAxis = 4
ClosestPointsAxis = 5
ManualFaceAxisA = 6
Testing only
ManualFaceAxisB = 7
Testing only
ManualEdgePairAxis = 8
Testing only
Trait Implementations§
Source§impl Clone for SeparatingFeature
impl Clone for SeparatingFeature
Source§fn clone(&self) -> SeparatingFeature
fn clone(&self) -> SeparatingFeature
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SeparatingFeature
Source§impl Debug for SeparatingFeature
impl Debug for SeparatingFeature
Source§impl Default for SeparatingFeature
impl Default for SeparatingFeature
Source§fn default() -> SeparatingFeature
fn default() -> SeparatingFeature
Returns the “default value” for a type. Read more
impl Eq for SeparatingFeature
Source§impl PartialEq for SeparatingFeature
impl PartialEq for SeparatingFeature
impl StructuralPartialEq for SeparatingFeature
Auto Trait Implementations§
impl Freeze for SeparatingFeature
impl RefUnwindSafe for SeparatingFeature
impl Send for SeparatingFeature
impl Sync for SeparatingFeature
impl Unpin for SeparatingFeature
impl UnsafeUnpin for SeparatingFeature
impl UnwindSafe for SeparatingFeature
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