Enum ncollide3d::query::algorithms::gjk::GJKResult [−][src]
pub enum GJKResult<N: RealField> { Intersection, ClosestPoints(Point<N>, Point<N>, Unit<Vector<N>>), Proximity(Unit<Vector<N>>), NoIntersection(Unit<Vector<N>>), }
Results of the GJK algorithm.
Variants
Result of the GJK algorithm when the origin is inside of the polytope.
Result of the GJK algorithm when a projection of the origin on the polytope is found.
Result of the GJK algorithm when the origin is too close to the polytope but not inside of it.
Result of the GJK algorithm when the origin is too far away from the polytope.
Trait Implementations
impl<N: RealField> StructuralPartialEq for GJKResult<N>
[src]
Auto Trait Implementations
impl<N> RefUnwindSafe for GJKResult<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for GJKResult<N>
impl<N> Sync for GJKResult<N>
impl<N> Unpin for GJKResult<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for GJKResult<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<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]