public static Quat LerpClamped(Quat a, Quat b, float alpha) { return(Quat.LerpClamped(a, b, alpha)); }