Struct collision::dbvt::ContinuousVisitor [] [src]

pub struct ContinuousVisitor<'a, B: 'a, T> { /* fields omitted */ }

Visitor for doing continuous intersection testing on the DBVT.

Will return the result from the Continuous implementation of bound.intersection(self.bound).

Methods

impl<'a, B: 'a, T> ContinuousVisitor<'a, B, T> where
    T: TreeValue,
    T::Bound: Continuous<B> + Discrete<B>, 
[src]

[src]

Create a new visitor that will do continuous intersection tests using the given bound.

Trait Implementations

impl<'a, B: Debug + 'a, T: Debug> Debug for ContinuousVisitor<'a, B, T>
[src]

[src]

Formats the value using the given formatter.

impl<'a, B: 'a, T> Visitor for ContinuousVisitor<'a, B, T> where
    T: TreeValue,
    T::Bound: Continuous<B> + Discrete<B>, 
[src]

Bounding volume accepted by the visitor

Result returned by the acceptance test

[src]

Acceptance test function