Struct ncollide2d::broad_phase::BroadPhasePairFilters [] [src]

pub struct BroadPhasePairFilters<N: Real, T> { /* 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<N: Real, T> BroadPhasePairFilters<N, T>
[src]

[src]

Creates a new set of collision filters.

[src]

Registers a collision filter.

[src]

Unregisters a collision filter.

Returns true if the filter was found.

[src]

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

Trait Implementations

Auto Trait Implementations

impl<N, T> Send for BroadPhasePairFilters<N, T>

impl<N, T> Sync for BroadPhasePairFilters<N, T>