Struct ncollide2d::narrow_phase::PlaneConvexPolyhedronManifoldGenerator [] [src]

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

Collision detector between g1 plane and g1 shape implementing the SupportMap trait.

Methods

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

[src]

Creates g1 new persistent collision detector between g1 plane and g1 shape with g1 support mapping function.

Trait Implementations

impl<N: Clone + Real> Clone for PlaneConvexPolyhedronManifoldGenerator<N>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<N: Real> ContactManifoldGenerator<N> for PlaneConvexPolyhedronManifoldGenerator<N>
[src]

[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

[src]

The number of contacts found.

[src]

Collects the contact manifolds generated by the last update.

Auto Trait Implementations

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

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