normal_map 0.1.0

A struct that maps a range of values to the normalized range [0.0, 1.0]
Documentation
1
2
3
4
# normal_map
A Rust helper than maps ranges of values to the normalized range [0.0, 1.0], useful for DSP applications.

(prerelease)