8#ifndef META_OCEAN_TEST_TESTMATH_TEST_SPHERICAL_EXPONENTIAL_MAP_H
9#define META_OCEAN_TEST_TESTMATH_TEST_SPHERICAL_EXPONENTIAL_MAP_H
This class implements an exponential map representing a 2-DOF rotation.
Definition SphericalExponentialMap.h:31
This class implements a test for SphericalExponentialMap.
Definition TestSphericalExponentialMap.h:31
static bool verifyRotation(const SphericalExponentialMap &sphericalExponentialMap, const Vector3 &reference, const Vector3 &offset)
Verifies the contract of the class, offset == SphericalExponentialMap(reference, offset)....
static bool testConstructorFromVectors(const double testDuration)
Tests the constructor taking a reference vector and an offset vector.
static bool test(const double testDuration, const TestSelector &selector)
Executes all tests.
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