8#ifndef META_OCEAN_TEST_TESTMATH_CAMERA_H
9#define META_OCEAN_TEST_TESTMATH_CAMERA_H
This class implements camera tests.
Definition TestCamera.h:29
static bool testStandard2InvertedFlippedHomogenousMatrix4(const double testDuration)
Tests the conversion of a homogenous matrix from standard coordinate system to an inverted and flippe...
static bool testStandard2InvertedFlippedSquareMatrix3(const double testDuration)
Tests the conversion of a 3x3 rotation matrix from standard coordinate system to an inverted and flip...
static bool test(const double testDuration, const TestSelector &selector)
Tests all camera functions.
static bool testObjectPointInFront(const double testDuration)
Tests function determining whether an object point lies in front of a camera.
static bool testStandard2InvertedFlippedQuaternion(const double testDuration)
Tests the conversion of a quaternion from standard coordinate system to an inverted and flipped coord...
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