The open source OpenXR runtime
0
fork

Configure Feed

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

math: Fix doc warnings

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
51704bc2 84508320

+1 -1
+1 -1
src/xrt/auxiliary/math/m_predict.h
··· 19 19 * Assumes that angular velocity is relative to the space the relation is in, 20 20 * not relative to relation::pose. 21 21 * 22 - * @aux_math 22 + * @ingroup aux_math 23 23 */ 24 24 void 25 25 m_predict_relation(const struct xrt_space_relation *rel, double delta_s, struct xrt_space_relation *out_rel);