Photon Engine 2.0.0-beta
A physically based renderer.
|
Variables | |
template<typename T > | |
constexpr T | pi |
Value of \pi . | |
template<typename T > | |
constexpr T | rcp_pi |
Value of 1/\pi . | |
template<typename T > | |
constexpr T | two_pi |
Value of 2\pi . | |
template<typename T > | |
constexpr T | rcp_two_pi |
Value of 1/(2\pi) . | |
template<typename T > | |
constexpr T | four_pi |
Value of 4\pi . | |
template<typename T > | |
constexpr T | rcp_four_pi |
Value of 1/(4\pi) . | |
template<typename T > | |
constexpr T | pi2 |
Value of \pi^2 . | |
template<typename T > | |
constexpr T | sqrt_2 |
Value of \sqrt{2} . | |
template<typename T > | |
constexpr T | rcp_sqrt_2 |
Value of 1/\sqrt{2} . | |
template<typename T > | |
constexpr T | h_Planck = T(6.62607015e-34) |
Planck's constant (SI units). | |
template<typename T > | |
constexpr T | c_light = T(299792458) |
Light speed in vacuum (SI units). | |
template<typename T > | |
constexpr T | k_Boltzmann = T(1.380649e-23) |
constexpr std::size_t | KiB = 1024 |
constexpr std::size_t | MiB = KiB * 1024 |
constexpr std::size_t | GiB = MiB * 1024 |
constexpr std::size_t | TiB = GiB * 1024 |
constexpr std::size_t | PiB = TiB * 1024 |
Axis Indices | |
Standard axis indices used in the renderer. | |
constexpr std::size_t | UNKNOWN_AXIS = static_cast<std::size_t>(-1) |
constexpr std::size_t | X_AXIS = 0 |
constexpr std::size_t | Y_AXIS = 1 |
constexpr std::size_t | Z_AXIS = 2 |
|
inlineconstexpr |
Light speed in vacuum (SI units).
|
inlineconstexpr |
Value of 4\pi .
|
inlineconstexpr |
|
inlineconstexpr |
Planck's constant (SI units).
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
Value of \pi .
|
inlineconstexpr |
Value of \pi^2 .
|
inlineconstexpr |
|
inlineconstexpr |
Value of 1/(4\pi) .
|
inlineconstexpr |
Value of 1/\pi .
|
inlineconstexpr |
Value of 1/\sqrt{2} .
|
inlineconstexpr |
Value of 1/(2\pi) .
|
inlineconstexpr |
Value of \sqrt{2} .
|
inlineconstexpr |
|
inlineconstexpr |
Value of 2\pi .
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |