Struct nphysics3d::integration::TranslationalCCDMotionClamping [] [src]

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

Handles Continuous Collision Detection.

Methods

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

[src]

Creates a new TranslationalCCDMotionClamping to enable continuous collision detection to fast-moving rigid bodies.

[src]

Enables continuous collision for the given rigid body.

[src]

Enables continuous collision for the given rigid body.

[src]

Update the time of impacts and apply motion clamping when necessary.

Returns false if no clamping was done. If at least one clamping was performed, the collision word will be updated by this method once all the clamping have been performed.