RealConstants.hpp File Reference
Definitions file for constant expressions of type Real. More...
Go to the source code of this file.
Namespaces | |
| playrho | |
Variables | |
| const PLAYRHO_CONSTEXPR auto | playrho::Pi = Real(3.14159265358979323846264338327950288) |
| Pi. More... | |
| const PLAYRHO_CONSTEXPR auto | playrho::SquareRootTwo |
| Square root of two. More... | |
| const PLAYRHO_CONSTEXPR auto | playrho::Centi = Real(1e-2) |
| Centi- (1 x 10^-2). More... | |
| const PLAYRHO_CONSTEXPR auto | playrho::Deci = Real(1e-1) |
| Deci- (1 x 10^-1). More... | |
| const PLAYRHO_CONSTEXPR auto | playrho::Kilo = Real(1e3) |
| Kilo- (1 x 10^3). More... | |
| const PLAYRHO_CONSTEXPR auto | playrho::Mega = Real(1e6) |
| Mega- (1 x 10^6). More... | |
| const PLAYRHO_CONSTEXPR auto | playrho::Giga = Real(1e9) |
| Giga- (1 x 10^9). More... | |
| const PLAYRHO_CONSTEXPR auto | playrho::Tera = Real(1e12) |
| Tera- (1 x 10^12). More... | |
| const PLAYRHO_CONSTEXPR auto | playrho::Peta = Real(1e15) |
| Peta- (1 x 10^15). More... | |
| const PLAYRHO_CONSTEXPR auto | playrho::Yotta = Real(1e24) |
| Yotta- (1 x 10^24). More... | |
Detailed Description
Definitions file for constant expressions of type Real.
This file defines physically dimensionless or unitless constant expression quantities of the Real type.
Definition in file RealConstants.hpp.

