[][src]Module normal_map::f64

Normal mapping using f64 as the internal unit.

Structs

DiscreteMap

Discrete isize integer mapping

LinearMap

Linear mapping.

Log2Map

Logarithmic mapping using log2. This is useful for frequency (Hz) values.

NormalMap

A mapper than maps a range of values to and from the normalized f64 range [0.0, 1.0].

PowerMap

Exponential mapping where the normalized value is raised to the supplied exponent.

Enums

Mapper

The type of mapping to use

Unit

The unit to use