codex
Loading...
Searching...
No Matches
anonymous_namespace{rotate_test.cpp} Namespace Reference

Variables

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

Variable Documentation

◆ a

auto anonymous_namespace{rotate_test.cpp}::a = 45.0f / 180.0f * std::numbers::pi_v<float>
constexpr

◆ cos_a

auto anonymous_namespace{rotate_test.cpp}::cos_a = sin_a

◆ sin_a

auto anonymous_namespace{rotate_test.cpp}::sin_a = sqrt2 / 2.0f
constexpr

◆ sqrt2

auto anonymous_namespace{rotate_test.cpp}::sqrt2 = std::numbers::sqrt2_v<float>
constexpr

◆ v

codex::vec3 anonymous_namespace{rotate_test.cpp}::v = {1, 2, 3}
constexpr