Struct ncollide3d::narrow_phase::BallConvexPolyhedronManifoldGenerator[][src]

pub struct BallConvexPolyhedronManifoldGenerator<N: Real> { /* fields omitted */ }

Collision detector between two balls.

Methods

impl<N: Real> BallConvexPolyhedronManifoldGenerator<N>
[src]

Creates a new persistent collision detector between two balls.

Trait Implementations

impl<N: Real> Clone for BallConvexPolyhedronManifoldGenerator<N>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<N: Real> ContactManifoldGenerator<N> for BallConvexPolyhedronManifoldGenerator<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

impl<N> Send for BallConvexPolyhedronManifoldGenerator<N> where
    N: Scalar

impl<N> Sync for BallConvexPolyhedronManifoldGenerator<N> where
    N: Scalar