8 #ifndef META_OCEAN_TEST_TESTMATH_TEST_EULER_H
9 #define META_OCEAN_TEST_TESTMATH_TEST_EULER_H
35 static bool test(
const double testDuration);
This class tests the implementation of the Euler class.
Definition: TestEuler.h:27
static bool test(const double testDuration)
Tests all euler functions.
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 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.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15