Linear interpolation between two Vector2 objects in Python.
Learn how to create a Vector2 class that allows to add and multiply vectors. Then use that to create a LERP (from Linear intERPolation) function to interpolate between two vectors.
Written by Loek van den Ouweland on 2021-01-11.
Questions regarding this artice? You can send them to the address below.