lerp
Here are 10 public repositories matching this topic...
Lerping is one of the foundational things you need to know about in video game development! There are so many use cases for lerping it's impossible to name them all! Almost any time you want to rotate, move, or change a value over time, lerping is an option.
-
Updated
May 30, 2022 - C#
In this tutorial repository you'll learn how you can easily apply smoothing and randomness to smoothing by using Animation Curves or MinMaxCurves to achieve nonlinear interpolation on "lerp"s.
-
Updated
May 30, 2022 - C#
A generic Vector numeric type. Supports: Scalar arithmetic, vector arithmetic, square root, dot product, normal, reflection, distance, lerp, sum of squares and cosine similarity.
-
Updated
May 8, 2023 - C#
Powerfull binary search set of nodes to interpolate any kind of type.
-
Updated
Nov 5, 2024 - C#
Improve this page
Add a description, image, and links to the lerp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lerp topic, visit your repo's landing page and select "manage topics."