8 #ifndef META_OCEAN_TEST_TESTMATH_TEST_VECTOR_3_H
9 #define META_OCEAN_TEST_TESTMATH_TEST_VECTOR_3_H
35 static bool test(
const double testDuration);
This class implements a test for the 3D vector.
Definition: TestVector3.h:27
static bool testAngle(const double testDuration)
Tests the angle function.
static bool testIsUnit(const double testDuration)
Tests the is unit function.
static bool testIsParallel(const double testDuration)
Tests the is parallel function.
static bool test(const double testDuration)
Tests all sphere functions.
static bool testWriteToMessenger()
Tests the messenger function.
static bool testLessOperator(const double testDuration)
Tests the lesser operator of the vector.
static bool testPerpendicular(const double testDuration)
Tests the perpendicular function of the vector.
static bool testVectorConversion(const double testDuration)
Tests the vector conversion functions.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15