clamp clamps values to the -1…1 scale:
fromScalar will convert from 0..1 to -1..1, throwing an error if input is out of the 0..1 range.
While fromScalar
works with input values in 0..1 range, scale allows for an arbitrary input range
scaleUnclamped allows return values that exceed the range to also exceed the Bipolar range: