![]() |
neoGFX
Cross-platform C++ app/game engine
|
Variables | |
template<typename T > | |
constexpr T | zero = static_cast<T>(0.0) |
template<typename T > | |
constexpr T | one = static_cast<T>(1.0) |
template<typename T > | |
constexpr T | two = static_cast<T>(2.0) |
constexpr T neogfx::math::constants::one = static_cast<T>(1.0) |
Definition at line 48 of file numerical.hpp.
constexpr T neogfx::math::constants::two = static_cast<T>(2.0) |
Definition at line 50 of file numerical.hpp.
constexpr T neogfx::math::constants::zero = static_cast<T>(0.0) |
Definition at line 46 of file numerical.hpp.