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"
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().
TEST | ( | Math | , |
BezierInterpolationFirstDerivative | |||
) |
Definition at line 25 of file test_math.cpp.
References almostEqual(), Interpolate::cubicBezier(), and Interpolate::cubicBezierFirstDerivative().
TEST | ( | Math | , |
BezierInterpolationSecondDerivative | |||
) |
Definition at line 46 of file test_math.cpp.
References almostEqual(), Interpolate::cubicBezierFirstDerivative(), and Interpolate::cubicBezierSecondDerivative().