|
Cheetah Software
1.0
|
Test math functions. More...
#include "Math/Interpolation.h"#include "Math/MathUtilities.h"#include "cppTypes.h"#include "gmock/gmock.h"#include "gtest/gtest.h"
Include dependency graph for test_math.cpp:Go to the source code of this file.
Functions | |
| TEST (Math, InterpolateLinear) | |
| TEST (Math, BezierInterpolationFirstDerivative) | |
| TEST (Math, BezierInterpolationSecondDerivative) | |
Test math functions.
Definition in file test_math.cpp.
| TEST | ( | Math | , |
| InterpolateLinear | |||
| ) |
Definition at line 13 of file test_math.cpp.
References almostEqual(), and Interpolate::lerp().
Here is the call graph for this function:| TEST | ( | Math | , |
| BezierInterpolationFirstDerivative | |||
| ) |
Definition at line 25 of file test_math.cpp.
References almostEqual(), Interpolate::cubicBezier(), and Interpolate::cubicBezierFirstDerivative().
Here is the call graph for this function:| TEST | ( | Math | , |
| BezierInterpolationSecondDerivative | |||
| ) |
Definition at line 46 of file test_math.cpp.
References almostEqual(), Interpolate::cubicBezierFirstDerivative(), and Interpolate::cubicBezierSecondDerivative().
Here is the call graph for this function: