Login

Fancade Wiki

Updated LERP.md (markdown)

... ...
@@ -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
Fancade Wiki