For things with fixed endpoints, you’re better off using Lerp. You give it the start and end and then the alpha (0-1) controls the interpolation.
For things with fixed endpoints, you’re better off using Lerp. You give it the start and end and then the alpha (0-1) controls the interpolation.