☰
Trait VecTools
Required Methods
limit
Implementations on Foreign Types
Vector2<f32>
Implementors
Other items in
a2_async_sim
::
vehicle
All crates
?
Trait
a2_async_sim
::
vehicle
::
VecTools
[
−
]
[src]
trait VecTools { fn
limit
(&self, max:
f32
) -> Self; }
Required methods
[src]
fn
limit
(&self, max:
f32
) -> Self
Implementations on Foreign Types
[src]
impl
VecTools
for
Vector2
<
f32
>
[src]
fn
limit
(&self, max:
f32
) -> Self
Implementors