LERP
Linear Interpolation (LERP) returns a rotation between From and To at a point of linear scale specified by the Amount.
LERP
Type | Script block |
Collider | None |
Folder | Math |
Ports | |
---|---|
Inputs | From To Amount |
Outputs | Rotation |
Rotation = From + (To - From) × Amount
See also: Linear Interpolation