Struct ncollide::narrow_phase::CompositeShapeShapeContactGenerator [] [src]

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

Collision detector between a concave shape and another shape.

Methods

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

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

Trait Implementations

impl<P, M> ContactGenerator<P, M> for CompositeShapeShapeContactGenerator<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.