Type Alias classicube_sys::Vec2

source ·
pub type Vec2 = Vec2_;

Aliased Type§

struct Vec2 {
    pub x: f32,
    pub y: f32,
}

Fields§

§x: f32§y: f32