Maps a number x, from the given domain aMin --> aMax, onto the given range bMin --> bMax. Ex: remap(5, 0, 10, 0, 100) => 50.
The remapped value.
0.0.5
Maps a number x, from the given domain aMin --> aMax, onto the given range bMin --> bMax. Ex: remap(5, 0, 10, 0, 100) => 50.