Vec2F

Type Alias Vec2F 

Source
pub type Vec2F = Vec2<f32>;

Aliased Type§

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

Fields§

§x: f32§y: f32