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