Template Function TRAP::Math::Lerp(const Vec<L, T>&, const Vec<L, T>&, const Vec<L, T>&)# Function Documentation# template<u32 L, typename T>constexpr Vec<L, T> TRAP::Math::Lerp(const Vec<L, T> &x, const Vec<L, T> &y, const Vec<L, T> &a)# Linear interpolation. Returns: Linear interpolation.