Velocity

Type Alias Velocity 

Source
pub type Velocity = Vector2<f32>;
Expand description

A 2D vector of Speeds.

Aliased Type§

#[repr(C)]
pub struct Velocity { pub x: f32, pub y: f32, }

Fields§

§x: f32§y: f32