LerpRadiansTo
static float LerpRadiansTo( 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

Extension

This is an extension method. This method acts like a member of float.