LERP

From Fancade Wiki
Revision as of 20:43, 30 May 2024 by Osmo (talk | contribs) (Removed the TODO)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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