Enum ncollide3d::query::TOIStatus [−][src]
pub enum TOIStatus { OutOfIterations, Converged, Failed, Penetrating, }
The status of the time-of-impact computation algorithm.
Variants
The TOI algorithm ran out of iterations before achieving convergence.
If this happens, the content of the NonlinearTOI
will still be a conservative approximation
of the actual result so it is often fine to interpret this case as a success.
The TOI algorithm converged successfully.
Something went wrong during the TOI computation, likely due to numerical instabilities.
If this happens, the content of the NonlinearTOI
will still be a conservative approximation
of the actual result so it is often fine to interpret this case as a success.
The two shape already overlap at the time 0.
If this happens, the witness points provided by the NonlinearTOI
will be invalid.
Trait Implementations
impl Copy for TOIStatus
[src]
impl Eq for TOIStatus
[src]
impl StructuralEq for TOIStatus
[src]
impl StructuralPartialEq for TOIStatus
[src]
Auto Trait Implementations
impl RefUnwindSafe for TOIStatus
impl Send for TOIStatus
impl Sync for TOIStatus
impl Unpin for TOIStatus
impl UnwindSafe for TOIStatus
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,