Enum ncollide3d::query::ContactTrackingMode [−][src]
pub enum ContactTrackingMode<N: RealField> { FeatureBased, DistanceBased(N), }
The technique used for contact tracking.
Variants
Contact tracking using features. Two contacts are considered the same if they are on the same features.
Contact tracking using distances. Two contacts are considered the same if they are closer than the given threshold.
Trait Implementations
impl<N: Clone + RealField> Clone for ContactTrackingMode<N>
[src]
impl<N: Clone + RealField> Clone for ContactTrackingMode<N>
[src]fn clone(&self) -> ContactTrackingMode<N>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<N: Debug + RealField> Debug for ContactTrackingMode<N>
[src]
impl<N: Debug + RealField> Debug for ContactTrackingMode<N>
[src]impl<N: PartialEq + RealField> PartialEq<ContactTrackingMode<N>> for ContactTrackingMode<N>
[src]
impl<N: PartialEq + RealField> PartialEq<ContactTrackingMode<N>> for ContactTrackingMode<N>
[src]fn eq(&self, other: &ContactTrackingMode<N>) -> bool
[src]
fn ne(&self, other: &ContactTrackingMode<N>) -> bool
[src]
impl<N: Copy + RealField> Copy for ContactTrackingMode<N>
[src]
impl<N: Eq + RealField> Eq for ContactTrackingMode<N>
[src]
impl<N: RealField> StructuralEq for ContactTrackingMode<N>
[src]
impl<N: RealField> StructuralPartialEq for ContactTrackingMode<N>
[src]
Auto Trait Implementations
impl<N> RefUnwindSafe for ContactTrackingMode<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for ContactTrackingMode<N>
impl<N> Sync for ContactTrackingMode<N>
impl<N> Unpin for ContactTrackingMode<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for ContactTrackingMode<N> where
N: UnwindSafe,
N: UnwindSafe,
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<T> Slottable for T where
T: Copy,
[src]
T: Copy,