Trait a2_async_sim::vehicle::VecTools[][src]

trait VecTools {
    fn limit(&self, max: f32) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors