Linear interpolation between two vectors. It is commonly used to smooth movement between two vectors
Get the middle point (50%) between two vectors.
If you do it each frame to smooth positions, you should couple it with FrameTime()