Updated LERP.md (markdown)
commited
commit
ac96cda29a525dc5ac6cbf778478013b822ebdf9
... | ... | @@ -1,5 +1,13 @@ |
1 | 1 | Linear Interpolation (LERP) returns a value between two others at a point of linear scale. In other words, linearly interpolates between two values. |
2 | 2 | |
3 | Input: |
|
4 | - From: |
|
5 | - To: |
|
6 | - Amount: |
|
7 | ||
8 | Output: |
|
9 | - Rotation: |
|
10 | ||
3 | 11 | [[/uploads/Lerp.png]] |
4 | 12 | |
5 | 13 | ## Example |