|
FuncSketch
|
Declaration of functions to create trigonometric functions. More...
#include "func_sketch/math/math_function.h"Go to the source code of this file.
Functions | |
| MathFunction | func_sketch::math::sin_function () |
| Create sin function. | |
| MathFunction | func_sketch::math::cos_function () |
| Create cos function. | |
| MathFunction | func_sketch::math::tan_function () |
| Create tan function. | |
| MathFunction | func_sketch::math::asin_function () |
| Create asin function. | |
| MathFunction | func_sketch::math::acos_function () |
| Create acos function. | |
| MathFunction | func_sketch::math::atan_function () |
| Create atan function. | |
| MathFunction | func_sketch::math::atan2_function () |
| Create atan2 function. | |
Declaration of functions to create trigonometric functions.
Definition in file trigonometric.h.
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |