Container class for static double-precision symbols representing common units of measure expressed in meters.
More...
#include <metrics.h>
|
| static constexpr double | nanometers = 1e-9 |
| |
| static constexpr double | micrometers = 1e-6 |
| |
| static constexpr double | millimeters = 0.001 |
| |
| static constexpr double | centimeters = 0.01 |
| |
| static constexpr double | meters = 1.0 |
| |
| static constexpr double | kilometers = 1000 |
| |
| static constexpr double | lightYears = 9.4607304725808e15 |
| | Measured for one year = 365.25 days.
|
| |
| static constexpr double | inches = 0.0254 |
| |
| static constexpr double | feet = 0.3048 |
| |
| static constexpr double | yards = 0.9144 |
| |
| static constexpr double | miles = 1609.344 |
| |
Container class for static double-precision symbols representing common units of measure expressed in meters.
- See also
- Encoding Stage Linear Units
Definition at line 180 of file metrics.h.
◆ centimeters
| constexpr double centimeters = 0.01 |
|
staticconstexpr |
◆ feet
| constexpr double feet = 0.3048 |
|
staticconstexpr |
◆ inches
| constexpr double inches = 0.0254 |
|
staticconstexpr |
◆ kilometers
| constexpr double kilometers = 1000 |
|
staticconstexpr |
◆ lightYears
| constexpr double lightYears = 9.4607304725808e15 |
|
staticconstexpr |
Measured for one year = 365.25 days.
Definition at line 190 of file metrics.h.
◆ meters
| constexpr double meters = 1.0 |
|
staticconstexpr |
◆ micrometers
| constexpr double micrometers = 1e-6 |
|
staticconstexpr |
◆ miles
| constexpr double miles = 1609.344 |
|
staticconstexpr |
◆ millimeters
| constexpr double millimeters = 0.001 |
|
staticconstexpr |
◆ nanometers
| constexpr double nanometers = 1e-9 |
|
staticconstexpr |
◆ yards
| constexpr double yards = 0.9144 |
|
staticconstexpr |
The documentation for this class was generated from the following file: