float2

Type Alias float2 

Source
pub type float2 = Vec2<f32>;

Aliased Type§

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

Fields§

§x: f32§y: f32