Trait monotonic_clock::TimeStep[][src]

pub trait TimeStep {
    fn time_step(&mut self, wall_time: FloatDuration) -> FloatDuration;
}

Required methods

fn time_step(&mut self, wall_time: FloatDuration) -> FloatDuration[src]

Loading content...

Implementors

impl TimeStep for FixedStep[src]

impl TimeStep for LeakyIntegratedStep[src]

impl TimeStep for VariableStep[src]

Loading content...