ProtoFlux:MultiCubicLerp: Difference between revisions

From Resonite Wiki
Created a page for the Multi Cubic Lerp node.
 
m YoshBot moved page ProtoFlux:Multi Cubic Lerp to ProtoFlux:MultiCubicLerp: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:27, 21 August 2025

Cubic Lerp
Lerp
*
Operands
+
-
Interpolation

The Multi Cubic Lerp takes in any number of tangent points (TangentPointFloat or TangentPointDouble), and a lerp value to travel from start to finish through all of them. This returns the value of a specific point using that lerp value.

The types needed are found using the Pack Tangent Point nodes.

This differs from the Multi Bezier Curve node as it attempts to solve a problem with curves, utilizing Cubic Spline Interpolation.

This node is the multi version of the Cubic Lerp node.

Inputs

Lerp (float)

The travel lerp point from start to finish (per lerp input).

Operands (float)

The lerp inputs.

Outputs

* (Pseudo-Generic)

Returns the value of a specific point along this lerp value.

See Also