15 #ifndef OPENSCENARIO_INTERPRETER__CMATH__HYPOT_HPP_ 
   16 #define OPENSCENARIO_INTERPRETER__CMATH__HYPOT_HPP_ 
   19 #include <get_parameter/get_parameter.hpp> 
   23 inline namespace cmath
 
   33   static const auto consider_pose_by_road_slope =
 
   34     common::getParameter<bool>(
"consider_pose_by_road_slope", 
false);
 
auto hypot(T x, T y, T z)
Definition: hypot.hpp:31