Struct nphysics2d::integration::BodySmpEulerIntegrator [] [src]

pub struct BodySmpEulerIntegrator;

A semi-implicit Euler integrator.

Methods

impl BodySmpEulerIntegrator
[src]

[src]

Creates a new BodySmpEulerIntegrator.

Trait Implementations

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

[src]

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