[MethodImpl(MethodImplOptions.AggressiveInlining)] public static VECTOR Lerp(VECTOR a, VECTOR b, float amount) { return(VECTOR.Lerp(a, b, amount)); }