Login

Fancade Wiki

Updated LERP.md (markdown)

... ...
@@ -1,9 +1,9 @@
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 3
Input:
4
- From:
5
- To:
6
- Amount:
4
- From: The value to transition from.
5
- To: The value to transition to.
6
- Amount: Represents the states in between.
7 7
8 8
Output:
9 9
- Rotation:
Fancade Wiki