aux/math: Add standard gravity value

This commit is contained in:
Jakob Bornecrantz 2019-09-16 16:35:45 +01:00
parent 46389cd6ae
commit 1bcf537785

View file

@ -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)
/*
*