Struct ncollide2d::narrow_phase::CompositeShapeShapeProximityDetector [] [src]

pub struct CompositeShapeShapeProximityDetector<N> { /* fields omitted */ }

Proximity detector between a concave shape and another shape.

Methods

impl<N> CompositeShapeShapeProximityDetector<N>
[src]

[src]

Creates a new proximity detector between a concave shape and another shape.

Trait Implementations

impl<N: Real> ProximityDetector<N> for CompositeShapeShapeProximityDetector<N>
[src]

[src]

Runs the proximity detection on two objects. It is assumed that the same proximity detector (the same structure) is always used with the same pair of object. Read more

[src]

The number of collision detected during the last update.

Auto Trait Implementations