Enum ncollide3d::shape::FeatureId [−][src]
An identifier of a feature of a convex polyhedron.
This identifier is shape-dependent and is seach that it allows an efficient retrieval of the geometric information of the feature.
Variants
Vertex(usize)
Shape-dependent identifier of a vertex.
Edge(usize)
Shape-dependent identifier of an edge.
Face(usize)
Shape-dependent identifier of a face.
Unknown identifier.
Implementations
impl FeatureId
[src]
impl FeatureId
[src]pub fn unwrap_vertex(self) -> usize
[src]
Revries the value of the identifier if self
is a vertex.
pub fn unwrap_edge(self) -> usize
[src]
Revries the value of the identifier if self
is an edge.
pub fn unwrap_face(self) -> usize
[src]
Retrieves the value of the identifier if self
is a face.
Trait Implementations
impl Copy for FeatureId
[src]
impl Eq for FeatureId
[src]
impl StructuralEq for FeatureId
[src]
impl StructuralPartialEq for FeatureId
[src]
Auto Trait Implementations
impl RefUnwindSafe for FeatureId
impl Send for FeatureId
impl Sync for FeatureId
impl Unpin for FeatureId
impl UnwindSafe for FeatureId
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]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,