Lerp
Linearly interpolates between A and B based on Alpha (100% of A when Alpha=0, 100% of B when Alpha=1, 200% of B when Alpha=2)
Inputs
Name | Description |
---|---|
A | A |
B | B |
Alpha | Alpha |
Outputs
Name | Description |
---|---|
Result | Result |
Last updated
Linearly interpolates between A and B based on Alpha (100% of A when Alpha=0, 100% of B when Alpha=1, 200% of B when Alpha=2)
Name | Description |
---|---|
A | A |
B | B |
Alpha | Alpha |
Name | Description |
---|---|
Result | Result |
Last updated