Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Monado
Monado
Commits
1bcf5377
Commit
1bcf5377
authored
Sep 16, 2019
by
Jakob Bornecrantz
Browse files
aux/math: Add standard gravity value
parent
46389cd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/xrt/auxiliary/math/m_api.h
View file @
1bcf5377
...
...
@@ -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)
/*
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment