pub type VelocityVector<In> = Vector<In, N1>;
Type alias for a velocity vector (meters per second)
pub struct VelocityVector<In> { /* private fields */ }