[][src]Module scales::prelude

Re-exports

pub use crate::*;

Structs

BrokenScale
DynamicLinearScale

A linear scale implementation where the minimum and maximum can change any time and need to be re-evaluated for every calculation.

LinearScale

A linear scale implementation with a fixed minimum and maximum that can optionally be inverted.

LogarithmicScale

Traits

ClampingConverter
Converter
FromFloat

Something a floating point number can be converted into.

FromInt

Something an integral number can be converted into.

ToFloat

Something that can be converted to a floating point number.

ToInt

Something that can be converted to an integral number.