Struct ncollide3d::narrow_phase::BallBallProximityDetector[][src]

pub struct BallBallProximityDetector { /* fields omitted */ }

Proximity detector between two balls.

Methods

impl BallBallProximityDetector
[src]

Creates a new persistent collision detector between two balls.

Trait Implementations

impl Clone for BallBallProximityDetector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<N: Real> ProximityDetector<N> for BallBallProximityDetector
[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.

Auto Trait Implementations