Type Alias rs_math3d::Vec2f

source ·
pub type Vec2f = Vector2<f32>;

Aliased Type§

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

Fields§

§x: f32§y: f32