pub type Velocity = Vector2<f32>;
A 2D vector of Speeds.
Speed
#[repr(C)]pub struct Velocity { pub x: f32, pub y: f32, }
x: f32
y: f32