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

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

A visitor for checking if a composite-shape and a shape intersect.

Implementations

impl<'a, D, G1> IntersectionCompositeShapeShapeBestFirstVisitor<'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>,
    g1: &'a G1,
    g2: &'a (dyn Shape + 'static)
) -> IntersectionCompositeShapeShapeBestFirstVisitor<'a, D, G1>
[src]

Initialize a visitor for checking if a composite-shape and a shape intersect.

Trait Implementations

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

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

The result of a best-first traversal.

Auto Trait Implementations

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

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

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

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

impl<'a, D, G1> !UnwindSafe for IntersectionCompositeShapeShapeBestFirstVisitor<'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>,