Enum ncollide3d::query::Proximity [−][src]
pub enum Proximity { Intersecting, WithinMargin, Disjoint, }
Proximity information.
Variants
The two objects are intersecting.
The two objects are non-intersecting but closer than a given distance.
The two objects are non-intersecting and further than a given distance.
Trait Implementations
impl Copy for Proximity
[src]
impl StructuralPartialEq for Proximity
[src]
Auto Trait Implementations
impl RefUnwindSafe for Proximity
impl Send for Proximity
impl Sync for Proximity
impl Unpin for Proximity
impl UnwindSafe for Proximity
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<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,