8#ifndef META_OCEAN_TEST_TESTMATH_TEST_EULER_H
9#define META_OCEAN_TEST_TESTMATH_TEST_EULER_H
This class tests the implementation of the Euler class.
Definition TestEuler.h:29
static bool testDecomposeRotationMatrixToYXZ(const double testDuration)
Tests the decomposition of a 3x3 rotation matrix to a y, x and z angle.
static bool testConversionToMatrix(const double testDuration)
Tests the conversion from an euler rotation to a 3x3 rotation matrix.
static bool testAdjustAngles(const double testDuration)
Tests the adjustAngles() function.
static bool testConversionFromMatrix(const double testDuration)
Tests the conversion from a 3x3 rotation matrix to an euler rotation.
static bool test(const double testDuration, const TestSelector &selector)
Tests all euler functions.
static bool testDecomposeRotationMatrixToXYZ(const double testDuration)
Tests the decomposition of a 3x3 rotation matrix to a x, y and z angle.
static bool testConversionFromRotation(const double testDuration)
Tests the conversion from an angle-axis rotation to an euler rotation.
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
The namespace covering the entire Ocean framework.
Definition Accessor.h:15