Function mix¶
function mix(E1 &&, E2 &&, E3 &&) base¶
template <typename E1, typename E2, typename E3>
requires expression_arguments<E1, E2, E3>
KFR_INTRINSIC expression_make_function<fn::mix, E1, E2, E3> mix(E1&& c, E2&& x, E3&& y) Creates an expression that returns the linear blend of x and y.
Fully qualified name: kfr::mix(E1 &&, E2 &&, E3 &&)
Declared at base/simd_expressions.hpp:93
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.