Accel

Type Alias Accel 

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

A 2D vector of AccelScalars.

Aliased Type§

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

Fields§

§x: f32§y: f32