Struct parry2d::query::details::NonlinearTOICompositeShapeShapeBestFirstVisitor[][src]

pub struct NonlinearTOICompositeShapeShapeBestFirstVisitor<'a, D: ?Sized, G1: ?Sized + 'a> { /* fields omitted */ }

A visitor used to determine the non-linear time of impact between a composite shape and another shape.

Implementations

impl<'a, D: ?Sized, G1: ?Sized> NonlinearTOICompositeShapeShapeBestFirstVisitor<'a, D, G1> where
    D: QueryDispatcher,
    G1: TypedSimdCompositeShape
[src]

pub fn new(
    dispatcher: &'a D,
    motion1: &'a NonlinearRigidMotion,
    g1: &'a G1,
    motion2: &'a NonlinearRigidMotion,
    g2: &'a dyn Shape,
    start_time: Real,
    end_time: Real,
    stop_at_penetration: bool
) -> NonlinearTOICompositeShapeShapeBestFirstVisitor<'a, D, G1>
[src]

Initializes visitor used to determine the non-linear time of impact between a composite shape and another shape.

Trait Implementations

impl<'a, D: ?Sized, G1: ?Sized> SimdBestFirstVisitor<<G1 as TypedSimdCompositeShape>::PartId, SimdAABB> for NonlinearTOICompositeShapeShapeBestFirstVisitor<'a, D, G1> where
    D: QueryDispatcher,
    G1: TypedSimdCompositeShape
[src]

type Result = (G1::PartId, TOI)

The result of a best-first traversal.

Auto Trait Implementations

impl<'a, D, G1> !RefUnwindSafe for NonlinearTOICompositeShapeShapeBestFirstVisitor<'a, D, G1>

impl<'a, D: ?Sized, G1: ?Sized> Send for NonlinearTOICompositeShapeShapeBestFirstVisitor<'a, D, G1> where
    D: Sync,
    G1: Sync

impl<'a, D: ?Sized, G1: ?Sized> Sync for NonlinearTOICompositeShapeShapeBestFirstVisitor<'a, D, G1> where
    D: Sync,
    G1: Sync

impl<'a, D: ?Sized, G1: ?Sized> Unpin for NonlinearTOICompositeShapeShapeBestFirstVisitor<'a, D, G1>

impl<'a, D, G1> !UnwindSafe for NonlinearTOICompositeShapeShapeBestFirstVisitor<'a, D, G1>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Az for T[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> CheckedAs for T[src]

impl<T> Downcast for T where
    T: Any
[src]

impl<T> DowncastSync for T where
    T: Any + Send + Sync
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<Src, Dst> LosslessTryInto<Dst> for Src where
    Dst: LosslessTryFrom<Src>, 
[src]

impl<Src, Dst> LossyInto<Dst> for Src where
    Dst: LossyFrom<Src>, 
[src]

impl<T> OverflowingAs for T[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> SaturatingAs for T[src]

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> UnwrappedAs for T[src]

impl<T> WrappingAs for T[src]