Struct ncollide::broad_phase::BroadPhasePairFilters [] [src]

pub struct BroadPhasePairFilters<P, M, T> where
    P: Point
{ /* fields omitted */ }

Filters deciding whether a proximity is to be further investigated by the narrow phase or not.

All filters have have to return true in order to allow a proximity to be further handled.

Methods

impl<P, M, T> BroadPhasePairFilters<P, M, T> where
    P: Point
[src]

Creates a new set of collision filters.

Registers a collision filter.

Unregisters a collision filter.

Returns true if the filter was found.

Tells if the collision between b1 and b2 is to be handled by the narrow-phase.