Template Function flrv::param::cross

Function Documentation

template<class S, class T>
auto flrv::param::cross(const S &lhs, const T &rhs) noexcept -> std::enable_if_t<is_vec3_compat_v<S> && is_vec3_compat_v<T>, S>