Struct heron::rapier_plugin::rapier::parry::query::point::PointCompositeShapeProjWithFeatureBestFirstVisitor[][src]

pub struct PointCompositeShapeProjWithFeatureBestFirstVisitor<'a, S> { /* fields omitted */ }

A visitor for the projection of a point on a composite shape.

Implementations

impl<'a, S> PointCompositeShapeProjWithFeatureBestFirstVisitor<'a, S>[src]

pub fn new(
    shape: &'a S,
    point: &'a Point<f32, 3_usize>,
    solid: bool
) -> PointCompositeShapeProjWithFeatureBestFirstVisitor<'a, S>
[src]

Initialize a visitor for the projection of a point on a composite shape.

Trait Implementations

impl<'a, S> SimdBestFirstVisitor<<S as TypedSimdCompositeShape>::PartId, SimdAABB> for PointCompositeShapeProjWithFeatureBestFirstVisitor<'a, S> where
    S: TypedSimdCompositeShape,
    FeatureId: Copy
[src]

type Result = (PointProjection, (<S as TypedSimdCompositeShape>::PartId, FeatureId))

The result of a best-first traversal.

Auto Trait Implementations

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>,