[go: up one dir, main page]

Type Alias Vec2

Source
pub type Vec2 = Vector2D<f32>;

Aliased Type§

#[repr(C)]
pub struct Vec2 { pub x: f32, pub y: f32, /* private fields */ }

Fields§

§x: f32§y: f32