8#ifndef META_OCEAN_TEST_TESTMATH_TEST_PLANE_3_H
9#define META_OCEAN_TEST_TESTMATH_TEST_PLANE_3_H
This class implements a 3D plane test.
Definition TestPlane3.h:29
static bool testConstructorThreePoints(const double testDuration)
Tests the constructor based on three points.
static bool testIntersectionLine(const double testDuration)
Tests the intersection between lines and planes.
static bool testIntersectionPlane(const double testDuration)
Tests the intersection between two planes.
static bool test(const double testDuration, const TestSelector &selector)
Test all plane functions.
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