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