Struct nphysics2d::integration::BodyExpEulerIntegrator [] [src]

pub struct BodyExpEulerIntegrator;

An explicit Euler integrator.

Do not use this, prefer the BodySmpEulerIntegrator instead.

Methods

impl BodyExpEulerIntegrator
[src]

[src]

Creates a new BodyExpEulerIntegrator.

Trait Implementations

impl<N: Real> Integrator<N, RigidBody<N>> for BodyExpEulerIntegrator
[src]

[src]

Updates the position and orientation of the object o after a time step of dt.