Hello!
I have a vector length float value that is updated on tick, and I’d like to make length values 0.1 to 15 into 0 to 1 (ignoring what’s out of that range), for then increase another value as vector length decreases (and vice versa). So length values end up being 0.1=1 and 15=0. I’m pretty sure there’s functions to do so easily but I can’t wrap my head around it so far.
Hints will be appreciated
Thanks in advance