Struct ncollide2d::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]

[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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<N: Real> ProximityDetector<N> for SupportMapPlaneProximityDetector
[src]

[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

[src]

The number of collision detected during the last update.

Auto Trait Implementations