LERP
LERP
  | Type | Script block | 
| Collider | None | 
| Folder | Math | 
| 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
 
	