LERP

From Fancade Wiki
Revision as of 20:46, 19 May 2024 by Osmo (talk | contribs) (Updated the page. TODO: update the explanation.)
LERP
LERP.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs From
To
Amount
Outputs Rotation

Linear Interpolation (LERP) returns a rotation between From and To at a point of linear scale specified by the Amount.

Rotation = From + (To - From) × Amount

See also: Linear Interpolation