8 #ifndef META_OCEAN_TEST_TESTMATH_TEST_BOUNDING_SPHERE_H
9 #define META_OCEAN_TEST_TESTMATH_TEST_BOUNDING_SPHERE_H
35 static bool test(
const double testDuration);
This class implements a test for the bounding sphere.
Definition: TestBoundingSphere.h:27
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 test(const double testDuration)
Tests all bounding sphere functions.
static bool testConstructor(const double testDuration)
Tests the constructor of the bounding sphere.
static bool testIntersections(const double testDuration)
Tests the intersections function.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15