8 #ifndef META_OCEAN_TEST_TESTMATH_TEST_HOMOGENOUS_MATRIX_4_H
9 #define META_OCEAN_TEST_TESTMATH_TEST_HOMOGENOUS_MATRIX_4_H
35 static bool test(
const double testDuration);
This class implements a test for 4x4 homogeneous matrices.
Definition: TestHomogenousMatrix4.h:27
static bool testVectorConversion(const double testDuration)
Tests the matrix conversion functions.
static bool testCopyElements(const double testDuration)
Tests the copy elements functions.
static bool testWriteToMessenger()
Tests the messenger function.
static bool testConstructor(const double testDuration)
Tests the matrix constructor.
static bool testElementConstructor(const double testDuration)
Tests the element-based constructor.
static bool testInvert(const double testDuration)
Tests the invert function.
static bool test(const double testDuration)
Tests all homogeneous matrix 4x4 functions.
static bool testDecomposition(const double testDuration)
Tests the decomposition function.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15