Struct ncollide::narrow_phase::ShapeCompositeShapeProximityDetector [] [src]

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

Proximity detector between a shape and a concave shape.

Methods

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

Creates a new collision detector between a shape and a concave shape.

Trait Implementations

impl<P, M> ProximityDetector<P, M> for ShapeCompositeShapeProximityDetector<P, M> where
    M: Isometry<P>,
    P: Point
[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

The number of collision detected during the last update.