| LerpSamples (lerp(a, b, weight)) | |
|---|---|
|
|
| Type | |
| Category | Sampling > Operations > Multiple |
LerpSamples (lerp(a, b, weight))
Description
Linearly interpolates between all cells in A and B by weight.
Enums
Enum #1
There is currently no description for the enum #1.
- Add
- Subtract
- Multiply
- Divide
- Lerp
Arguments
| Type | Name (Display Name) | Description | Default |
|---|---|---|---|
| Sample | a (A) |
There is currently no description for the argument a. |
|
| Sample | b (B) |
There is currently no description for the argument b. |
|
| float | weight (Weight) |
There is currently no description for the argument weight. |
0.0 |
Outputs
Sample - result (lerp(a, b, weight))
There is currently no description for output result.