diff --git a/src/xrt/auxiliary/math/m_api.h b/src/xrt/auxiliary/math/m_api.h index d9b770800..047a36436 100644 --- a/src/xrt/auxiliary/math/m_api.h +++ b/src/xrt/auxiliary/math/m_api.h @@ -35,6 +35,19 @@ extern "C" { * @brief C interface to some transform-related math functions. */ +/* + * + * Defines. + * + */ + +/*! + * Standard gravity acceleration constant. + * + * @ingroup aux_math + */ +#define MATH_GRAVITY_M_S2 (9.8066) + /* *