Type Alias dumbmath::range::Rangef

source ·
pub type Rangef = InclusiveRange<f32>;
Expand description

Convenience type: InclusiveRange

Aliased Type§

struct Rangef {
    pub min: f32,
    pub max: f32,
}

Fields§

§min: f32§max: f32