mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
a/math: Fix doc warning
This commit is contained in:
parent
e6da9b8090
commit
831c2aefaf
|
@ -406,7 +406,7 @@ math_quat_from_swing(const struct xrt_vec2 *swing, struct xrt_quat *result);
|
|||
* Converts a 2D vector and a float to a quaternion
|
||||
*
|
||||
* @relates xrt_quat
|
||||
* @ingorup aux_math
|
||||
* @ingroup aux_math
|
||||
*/
|
||||
void
|
||||
math_quat_from_swing_twist(const struct xrt_vec2 *swing, const float twist, struct xrt_quat *result);
|
||||
|
|
Loading…
Reference in a new issue