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) |
template<typename T > | |
constexpr T | three = static_cast<T>(3.0) |
template<typename T > | |
constexpr T | four = static_cast<T>(4.0) |
Definition at line 77 of file numerical.hpp.
Definition at line 71 of file numerical.hpp.
Definition at line 75 of file numerical.hpp.
Definition at line 73 of file numerical.hpp.
Definition at line 69 of file numerical.hpp.