8#ifndef META_OCEAN_TEST_TESTMATH_LINE_3_H
9#define META_OCEAN_TEST_TESTMATH_LINE_3_H
This class implements a 3D line test.
Definition TestLine3.h:29
static bool test(const double testDuration, const TestSelector &selector)
This functions tests all 3D line functions.
static bool testIsOnLine(const double testDuration)
Is on line test.
static bool testDistance(const double testDuration)
Tests the distance function.
static bool testNearestPoints(const double testDuration)
Tests the nearest points function.
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