+ 1

how to use lerp in python?

i want to lerp a 2d vector in python. so is there any library with lerp function or should i make one?

16th Jul 2021, 11:10 AM
Bhavik Mahalle
Bhavik Mahalle - avatar
1 Answer
0
Have you tried google? scipy.interpolate https://www.tutorialspoint.com/scipy/scipy_interpolate.htm
17th Jul 2021, 7:14 AM
Tibor Santa
Tibor Santa - avatar