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

Variables

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

Variable Documentation

◆ a

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

◆ cos_a

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

◆ sin_a

auto anonymous_namespace{rotate.cpp}::sin_a = std::numbers::sqrt2_v<float> / 2.0f
constexpr

◆ y

codex::vec3 anonymous_namespace{rotate.cpp}::y = {0, 1, 0}
constexpr