ProtoFlux:Slerp With Magnitude

From Resonite Wiki
Revision as of 10:16, 30 January 2025 by AmasterAmaster (talk | contribs) (Added the Slerp With Magnitude node page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Slerp With Magnitude
From
*
To
Lerp
Interpolation

The Slerp With Magnitude node takes in a starting point and an ending point along with a lerp value that represents its point in between those. Then it returns the lerped value over time.

The "S" part of the slerp stands for "spherical", which means that it deals more with rotations and the values relating to that type of movement (floatQ for reference).

This node takes in account the magnitude of this slerp calculation.

Inputs

From (Pseudo-Generic)

The starting point of this lerp.

To (Pseudo-Generic)

The ending point of this lerp.

Lerp (float)

The lerp value between the start and end points.

Outputs

* (Pseudo-Generic)

Returns the value currently being lerped.