8#ifndef META_OCEAN_TEST_TESTMATH_TEST_LINE_2_H
9#define META_OCEAN_TEST_TESTMATH_TEST_LINE_2_H
35 static bool test(
const double testDuration);
This class implements a 2D line test.
Definition TestLine2.h:27
static bool test(const double testDuration)
This functions tests all 2D line functions.
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 testIsOnLine(const double testDuration)
Is on line test.
The namespace covering the entire Ocean framework.
Definition Accessor.h:15