8#ifndef META_OCEAN_TEST_TESTMATH_CAMERA_H
9#define META_OCEAN_TEST_TESTMATH_CAMERA_H
35 static bool test(
const double testDuration);
This class implements camera tests.
Definition TestCamera.h:27
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 testObjectPointInFront(const double testDuration)
Tests function determining whether an object point lies in front of a camera.
static bool test(const double testDuration)
Tests all camera functions.
static bool testStandard2InvertedFlippedQuaternion(const double testDuration)
Tests the conversion of a quaternion from standard coordinate system to an inverted and flipped coord...
The namespace covering the entire Ocean framework.
Definition Accessor.h:15