V2Df

Type Alias V2Df 

Source
pub type V2Df = _v2df_t;

Aliased Type§

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

Fields§

§x: f32§y: f32