Struct ncollide3d::narrow_phase::SupportMapPlaneProximityDetector[][src]

pub struct SupportMapPlaneProximityDetector { /* fields omitted */ }

Proximity detector between a plane and a shape implementing the SupportMap trait.

Methods

impl SupportMapPlaneProximityDetector
[src]

Creates a new persistent proximity detector between a plane and a shape with a support mapping function.

Trait Implementations

impl Clone for SupportMapPlaneProximityDetector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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