Ratio

Type Alias Ratio 

Source
pub type Ratio = Scalar;
Expand description

Ratio within range [0, 1]

Aliased Type§

pub struct Ratio(pub f32);

Tuple Fields§

§0: f32