Type Alias rs_math3d::Dimensionf

source ·
pub type Dimensionf = Dimension<f32>;

Aliased Type§

struct Dimensionf {
    pub width: f32,
    pub height: f32,
}

Fields§

§width: f32§height: f32