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