Function sin3x¶
function sin3x(const T &, const T &) math¶
template <typename T>
KFR_INTRINSIC T sin3x(const T& sinx, const T& cosx) Returns sin(3x) from already computed sin(x) and cos(x).
| T | Scalar or vector type. |
| sinx | Value of sin(x). |
| cosx | Value of cos(x). |
sin(3x). |
Fully qualified name: kfr::sin3x(const T &, const T &)
Declared at math/sin_cos.hpp:252
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.