Struct ncollide2d::narrow_phase::PlaneSupportMapProximityDetector[][src]

pub struct PlaneSupportMapProximityDetector { /* fields omitted */ }

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

Methods

impl PlaneSupportMapProximityDetector
[src]

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

Trait Implementations

impl Clone for PlaneSupportMapProximityDetector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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