Template Function TRAP::Math::Lerp(const Vec<L, T>&, const Vec<L, T>&, 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, T a)#

Linear interpolation.

Returns:

Linear interpolation.