mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
aux/math: Add standard gravity value
This commit is contained in:
parent
46389cd6ae
commit
1bcf537785
|
@ -35,6 +35,19 @@ extern "C" {
|
||||||
* @brief C interface to some transform-related math functions.
|
* @brief C interface to some transform-related math functions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
*
|
||||||
|
* Defines.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* Standard gravity acceleration constant.
|
||||||
|
*
|
||||||
|
* @ingroup aux_math
|
||||||
|
*/
|
||||||
|
#define MATH_GRAVITY_M_S2 (9.8066)
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue