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

NameDescription

A

A

B

B

Alpha

Alpha

Outputs

NameDescription

Result

Result

Last updated