8#ifndef META_OCEAN_TEST_TESTMATH_TEST_LINE_2_H
9#define META_OCEAN_TEST_TESTMATH_TEST_LINE_2_H
This class implements a 2D line test.
Definition TestLine2.h:29
static bool testIsLeftOfLine(const double testDuration)
Test to check if a point is left of a line, i.e.
static bool decomposeNormalDistance(const double testDuration)
Tests the decomposition function for normal and distance.
static bool test(const double testDuration, const TestSelector &selector)
This functions tests all 2D line functions.
static bool testIsOnLine(const double testDuration)
Is on line test.
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