[][src]Struct ncollide2d::query::visitors::CompositeClosestPointVisitor

pub struct CompositeClosestPointVisitor<'a, N: 'a + RealField, S: 'a + CompositeShape<N>> { /* fields omitted */ }

Best-fisrt traversal visitor for computin the point closest to a composite shape.

Methods

impl<'a, N: RealField, S: CompositeShape<N>> CompositeClosestPointVisitor<'a, N, S>[src]

pub fn new(shape: &'a S, point: &'a Point<N>, solid: bool) -> Self[src]

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

Trait Implementations

impl<'a, N: RealField, S: CompositeShape<N> + PointQuery<N>> BestFirstVisitor<N, usize, AABB<N>> for CompositeClosestPointVisitor<'a, N, S>[src]

type Result = PointProjection<N>

The result of a best-fist traversal.

Auto Trait Implementations

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

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

Blanket Implementations

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

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

impl<T, U> TryInto 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<SS, SP> SupersetOf for SP where
    SS: SubsetOf<SP>, 
[src]

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

impl<T> Same for T

type Output = T

Should always be Self