Template Function ripple::math::lerp(const Iterator&, const Weights&)¶
Defined in File lerp.hpp
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “ripple::math::lerp” with arguments ((const Iterator&, const Weights&)) in doxygen xml output for project “Ripple” from directory: /home/hiccup/Catalyst/ripple/build/docs/docs/doxygen/xml. Potential matches:
- template<typename Iterator, typename Weights, array_size_enable_t<Weights, 1> = 0> auto lerp(Iterator &&it, const Weights &weights) noexcept -> typename iterator_traits_t<Iterator>::CopyType
- template<typename Iterator, typename Weights, array_size_enable_t<Weights, 2> = 0> auto lerp(const Iterator &it, const Weights &weights) noexcept -> typename iterator_traits_t<Iterator>::CopyType