mix
Returns the linear blend of x&y implemented as: x + (y - x) * a. a must be a value in the range 0.0 ... 1.0. If a is not in the range 0.0 … 1.0, the return values are undefined.
|
(1) |
-
Returns the linear blend of x&y implemented as: x + (y - x) * a. a must be a value in the range `0.0 ... 1.0`. If a is not in the range 0.0 ... 1.0, the return values are undefined.
Parameters:-
F1x -
F1y -
F2a
-