Enum ncollide3d::query::NeighborhoodGeometry [−][src]
pub enum NeighborhoodGeometry<N: RealField> { Point, Line(Unit<Vector<N>>), Plane(Unit<Vector<N>>), }
A shape geometry type at the neighborhood of a point.
Variants
A punctual approximation.
A line approximation.
A planar approximation.
Trait Implementations
impl<N: Clone + RealField> Clone for NeighborhoodGeometry<N>
[src]
impl<N: Clone + RealField> Clone for NeighborhoodGeometry<N>
[src]fn clone(&self) -> NeighborhoodGeometry<N>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<N: Debug + RealField> Debug for NeighborhoodGeometry<N>
[src]
impl<N: Debug + RealField> Debug for NeighborhoodGeometry<N>
[src]impl<N: PartialEq + RealField> PartialEq<NeighborhoodGeometry<N>> for NeighborhoodGeometry<N>
[src]
impl<N: PartialEq + RealField> PartialEq<NeighborhoodGeometry<N>> for NeighborhoodGeometry<N>
[src]fn eq(&self, other: &NeighborhoodGeometry<N>) -> bool
[src]
fn ne(&self, other: &NeighborhoodGeometry<N>) -> bool
[src]
impl<N: Copy + RealField> Copy for NeighborhoodGeometry<N>
[src]
impl<N: Eq + RealField> Eq for NeighborhoodGeometry<N>
[src]
impl<N: RealField> StructuralEq for NeighborhoodGeometry<N>
[src]
impl<N: RealField> StructuralPartialEq for NeighborhoodGeometry<N>
[src]
Auto Trait Implementations
impl<N> RefUnwindSafe for NeighborhoodGeometry<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for NeighborhoodGeometry<N>
impl<N> Sync for NeighborhoodGeometry<N>
impl<N> Unpin for NeighborhoodGeometry<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for NeighborhoodGeometry<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,