|
constexpr real_type | celeritas::test::to_cm (real_type v) |
| Convert a value to centimeters from the native system.
|
|
constexpr real_type | celeritas::test::from_cm (real_type v) |
| Convert a value from centimeters to the native system.
|
|
constexpr Array< real_type, 3 > | celeritas::test::to_cm (Array< real_type, 3 > const &v) |
| Convert an array to centimeters from the native system.
|
|
constexpr Array< real_type, 3 > | celeritas::test::from_cm (Array< real_type, 3 > const &v) |
| Convert an array from centimeters to the native system.
|
|