8#ifndef META_OCEAN_TEST_TESTMATH_TEST_BOUNDING_SPHERE_H
9#define META_OCEAN_TEST_TESTMATH_TEST_BOUNDING_SPHERE_H
This class implements a test for the bounding sphere.
Definition TestBoundingSphere.h:29
static bool testPositiveBackIntersection(const double testDuration)
Tests the positive back intersection function.
static bool testIntersectionsTransformed(const double testDuration)
Tests the intersections function for a transformed sphere.
static bool testPositiveFrontIntersection(const double testDuration)
Tests the positive front intersection function.
static bool testConstructor(const double testDuration)
Tests the constructor of the bounding sphere.
static bool testIntersections(const double testDuration)
Tests the intersections function.
static bool test(const double testDuration, const TestSelector &selector)
Tests all bounding sphere 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