8#ifndef META_OCEAN_TEST_TESTMATH_TEST_SPHERE_3_H
9#define META_OCEAN_TEST_TESTMATH_TEST_SPHERE_3_H
This class implements a test for the 3D sphere.
Definition TestSphere3.h:29
static bool testHasIntersection(const double testDuration)
Tests the sphere-ray intersection function.
static bool testCoordinateVectorConversion(const double testDuration)
Tests the coordinate/vector conversion.
static bool test(const double testDuration, const TestSelector &selector)
Tests all sphere functions.
static bool testHasIntersectionTransformed(const double testDuration)
Tests the sphere-ray intersection function for a transformed sphere.
static bool testShortestDistance(const double testDuration)
Tests the shortest distance function.
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