LerpRadians
static float LerpRadians( float from, float to, float frac, bool clamp = true, )

Summary

Linearly interpolates between two angles in radians, taking the shortest arc.

Parameters

float from,
float to,
float frac,
bool clamp = true,

Return Value

float output