• Docs >
  • Ripple API >
  • Template Function ripple::math::lerp(const Iterator&, const Weights&)
Shortcuts

Template Function ripple::math::lerp(const Iterator&, const Weights&)

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

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples