Replaced image to support transparency
commited
commit
dc0e1751881d2e31491563581f02b6e12dda27b8
... | ... | @@ -2,7 +2,7 @@ Linear Interpolation (LERP) returns a value between two others at a point of lin |
2 | 2 | |
3 | 3 | Rotation = From + (To - From) × Amount |
4 | 4 | |
5 | [[uploads/LERP.png]] |
|
5 | [[uploads/LERP1.png|width=336px,alt=LERP]] |
|
6 | 6 | |
7 | 7 | Input: |
8 | 8 | - From: The value to transition from. |