codex
Loading...
Searching...
No Matches
rotate_test.cpp File Reference
#include "rotate_test.hpp"
#include <numbers>
#include "rotate.hpp"
Include dependency graph for rotate_test.cpp:

Namespaces

namespace  anonymous_namespace{rotate_test.cpp}
 

Variables

constexpr auto anonymous_namespace{rotate_test.cpp}::a = 45.0f / 180.0f * std::numbers::pi_v<float>
 
constexpr auto anonymous_namespace{rotate_test.cpp}::sqrt2 = std::numbers::sqrt2_v<float>
 
constexpr auto anonymous_namespace{rotate_test.cpp}::sin_a = sqrt2 / 2.0f
 
constexpr auto anonymous_namespace{rotate_test.cpp}::cos_a = sin_a
 
constexpr codex::vec3 anonymous_namespace{rotate_test.cpp}::v = {1, 2, 3}