Builds a transfer curve from a Vec2[] of control points, each mapping the input value at its x to the output value at its y. A smooth spline runs through them, holding the outermost points' values beyond them.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Points | The control points, in any order, with both coordinates on the 0 to 1 range. Primary Input | Vec2[] |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | TransferCurve |