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

Summary

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

Parameters

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

Return Value

float output