Updated LERP.md (markdown)
commited
commit
576033e919745e6e474b3977c577434d96f2242c
... | ... | @@ -1,7 +1,6 @@ |
1 | 1 | Linear Interpolation (LERP) returns a value between two others at a point of linear scale. |
2 | 2 | |
3 | The formula for the LERP output is: |
|
4 | From + (To - From) × Amount |
|
3 | Rotation = From + (To - From) × Amount |
|
5 | 4 | |
6 | 5 | [[uploads/LERP.png]] |
7 | 6 |