Skip to content

Function mixs

function mixs(const T1 &, const T2 &, const T3 &) simd

template <numeric T1, numeric T2, numeric T3>
KFR_INTRINSIC constexpr std::common_type_t<T1, T2, T3> mixs(const T1& c, const T2& x, const T3& y) { … }

Signed linear blend of x and y .

Fully qualified name: kfr::mixs(const T1 &, const T2 &, const T3 &)

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.