nngn
Loading...
Searching...
No Matches
math_test.cpp File Reference
#include "math/math.h"
#include "utils/literals.h"
#include "tests/tests.h"
#include "math_test.h"
Include dependency graph for math_test.cpp:

Namespaces

namespace  anonymous_namespace{math_test.cpp}
 

Macros

#define D(x)   void MathTest::x(void) { MathTest::rotate_data(); }
 

Functions

template<typename T , typename T::type T::* ordinate>
auto anonymous_namespace{math_test.cpp}::rotate_initial (void)
 
template<typename T , typename T::type T::* abscissa, typename T::type T::* ordinate>
auto anonymous_namespace{math_test.cpp}::rotate_gen_vector (const vec2 &r)
 
template<typename T , T F, typename T::type T::* abscissa, typename T::type T::* ordinate>
void anonymous_namespace{math_test.cpp}::rotate_test (void)
 
template<typename T , int up_x, int up_y, int up_z, typename T::type T::* abscissa, typename T::type T::* ordinate>
void anonymous_namespace{math_test.cpp}::rotate_vec_test (void)
 

Macro Definition Documentation

◆ D

#define D (   x)    void MathTest::x(void) { MathTest::rotate_data(); }