Struct heron::rapier_plugin::rapier::parry::query::details::TOICompositeShapeShapeBestFirstVisitor[][src]

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

A visitor used to find the time-of-impact between a composite shape and a shape.

Implementations

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

pub fn new(
    dispatcher: &'a D,
    pos12: &'a Isometry<f32, Unit<Quaternion<f32>>, 3_usize>,
    vel12: &'a Matrix<f32, Const<{_: usize}>, Const<1_usize>, ArrayStorage<f32, 3_usize, 1_usize>>,
    g1: &'a G1,
    g2: &'a (dyn Shape + 'static),
    max_toi: f32
) -> TOICompositeShapeShapeBestFirstVisitor<'a, D, G1>
[src]

Creates a new visitor used to find the time-of-impact between a composite shape and a shape.

Trait Implementations

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

type Result = (<G1 as TypedSimdCompositeShape>::PartId, TOI)

The result of a best-first traversal.

Auto Trait Implementations

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

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

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

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

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

Blanket Implementations

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

impl<T> Any for T where
    T: Any

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

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

impl<T> Component for T where
    T: 'static + Send + Sync

impl<T> Downcast for T where
    T: Any

impl<T> Downcast<T> for T

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

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

impl<T> Instrument for T[src]

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

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 

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> Upcast<T> for T

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,