Struct heron::rapier_plugin::rapier::parry::query::visitors::CompositeClosestPointVisitor[][src]

pub struct CompositeClosestPointVisitor<'a, S> where
    S: 'a, 
{ /* fields omitted */ }

Best-first traversal visitor for computing the point closest to a composite shape.

Implementations

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

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

Initializes a visitor that allows the computation of the point closest to point on shape.

Trait Implementations

impl<'a, S> SimdBestFirstVisitor<u32, SimdAABB> for CompositeClosestPointVisitor<'a, S> where
    S: SimdCompositeShape + PointQuery
[src]

type Result = PointProjection

The result of a best-first traversal.

Auto Trait Implementations

impl<'a, S> RefUnwindSafe for CompositeClosestPointVisitor<'a, S> where
    S: RefUnwindSafe

impl<'a, S> Send for CompositeClosestPointVisitor<'a, S> where
    S: Sync

impl<'a, S> Sync for CompositeClosestPointVisitor<'a, S> where
    S: Sync

impl<'a, S> Unpin for CompositeClosestPointVisitor<'a, S>

impl<'a, S> UnwindSafe for CompositeClosestPointVisitor<'a, S> where
    S: RefUnwindSafe

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