|
OSVR-Core
|
Test implementation. More...
#include <osvr/Util/ProjectionMatrix.h>#include <osvr/Util/ProjectionMatrixFromFOV.h>#include <osvr/Util/Angles.h>#include <osvr/Util/EigenExtras.h>#include "gtest/gtest.h"Classes | |
| class | ParameterizedProjectionTest< OptionType > |
Typedefs | |
| typedef std::vector< double > | BoundsList |
| template<opts::OptionType options = 0> | |
| using | Options = std::integral_constant< opts::OptionType, options > |
| typedef ::testing::Types< Options<>, Options< opts::ZOutputUnsigned >, Options< opts::LeftHandedInput >, Options< opts::LeftHandedInput|opts::ZOutputUnsigned > > | OptionCombinations |
Functions | |
| TYPED_TEST_CASE (ParameterizedProjectionTest, OptionCombinations) | |
| TYPED_TEST (ParameterizedProjectionTest, BasicSmoketest) | |
| TEST (ParameterizedProjectionTest, MatchesUnparameterized) | |
Test implementation.
1.8.12