Skip to content

Function mixs

function mixs(E1 &&, E2 &&, E3 &&) base

template <typename E1, typename E2, typename E3>
    requires expression_arguments<E1, E2, E3>
KFR_INTRINSIC expression_make_function<fn::mixs, E1, E2, E3> mixs(E1&& c, E2&& x, E3&& y)

Creates an expression that returns the signed linear blend of x and y.

Fully qualified name: kfr::mixs(E1 &&, E2 &&, E3 &&)

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