Struct ncollide::narrow_phase::ShapeCompositeShapeContactGenerator [] [src]

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

Collision detector between a shape and a concave shape.

Methods

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

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

Trait Implementations

impl<P, M> ContactGenerator<P, M> for ShapeCompositeShapeContactGenerator<P, M> where
    M: Isometry<P>,
    P: Point
[src]

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

The number of contacts generated the last update.

Collects the contacts generated during the last update.