The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

aux/math: Add standard gravity value

+13
+13
src/xrt/auxiliary/math/m_api.h
··· 35 35 * @brief C interface to some transform-related math functions. 36 36 */ 37 37 38 + /* 39 + * 40 + * Defines. 41 + * 42 + */ 43 + 44 + /*! 45 + * Standard gravity acceleration constant. 46 + * 47 + * @ingroup aux_math 48 + */ 49 + #define MATH_GRAVITY_M_S2 (9.8066) 50 + 38 51 39 52 /* 40 53 *