|
Blender V5.0
|
Functions | |
| template<typename T> | |
| constexpr T | abs (T) RET |
| template<typename T> | |
| constexpr T | ceil (T) RET |
| template<typename T> | |
| constexpr T | exp (T) RET |
| template<typename T> | |
| constexpr T | exp2 (T) RET |
| template<typename T> | |
| constexpr T | floor (T) RET |
| template<typename T> | |
| T | fma (T, T, T) RET |
| float | fma (float, float, float) RET |
| template<typename T> | |
| T | frexp (T, T) RET |
| bool | isinf (float) RET |
| bool | isnan (float) RET |
| template<typename T> | |
| constexpr T | log (T) RET |
| template<typename T> | |
| constexpr T | log2 (T) RET |
| template<typename T> | |
| T | modf (T, T) |
| template<typename T, typename U> | |
| constexpr T | pow (T, U) RET |
| template<typename T> | |
| constexpr T | round (T) RET |
| template<typename T> | |
| constexpr T | sqrt (T) RET |
| template<typename T> | |
| constexpr T | trunc (T) RET |
| template<typename T, typename U> | |
| T | ldexp (T, U) RET |
| template<typename T> | |
| constexpr T | acos (T) RET |
| template<typename T> | |
| T | acosh (T) RET |
| template<typename T> | |
| constexpr T | asin (T) RET |
| template<typename T> | |
| T | asinh (T) RET |
| template<typename T> | |
| T | atan (T, T) RET |
| template<typename T> | |
| T | atan (T) RET |
| template<typename T> | |
| T | atanh (T) RET |
| template<typename T> | |
| constexpr T | cos (T) RET |
| template<typename T> | |
| T | cosh (T) RET |
| template<typename T> | |
| constexpr T | sin (T) RET |
| template<typename T> | |
| T | sinh (T) RET |
| template<typename T> | |
| T | tan (T) RET |
| template<typename T> | |
| T | tanh (T) RET |
Variables | |
| template<int D> | |
| VecBase< bool, D > | isinf (VecOp< float, D >) RET |
| template<int D> | |
| VecBase< bool, D > | isnan (VecOp< float, D >) RET |