Skip to main content

VelocityVector

Type Alias VelocityVector 

Source
pub type VelocityVector<In> = Vector<In, N1>;
Expand description

Type alias for a velocity vector (meters per second)

Aliased Typeยง

pub struct VelocityVector<In> { /* private fields */ }