Struct ncollide3d::narrow_phase::CompositeShapeShapeManifoldGenerator[][src]

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

Collision detector between a concave shape and another shape.

Methods

impl<N> CompositeShapeShapeManifoldGenerator<N>
[src]

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

Trait Implementations

impl<N: Real> ContactManifoldGenerator<N> for CompositeShapeShapeManifoldGenerator<N>
[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 found.

Collects the contact manifolds generated by the last update.

Auto Trait Implementations