···7272 struct xrt_space_relation *out_relation);
73737474/*!
7575+ * Estimates the movement (velocity and angular velocity) of a new relation based on
7676+ * the latest relation found in the buffer (as returned by m_relation_history_get_latest).
7777+ *
7878+ * Read-only on m_relation_history and in_relation.
7979+ * Copies in_relation->pose to out_relation->pose, and writes new flags and linear/angular velocities to
8080+ * out_relation->pose. OK to alias in_relation and out_relation.
8181+ *
8282+ * @public @memberof m_relation_history
8383+ */
8484+bool
8585+m_relation_history_estimate_motion(struct m_relation_history *rh,
8686+ const struct xrt_space_relation *in_relation,
8787+ uint64_t timestamp,
8888+ struct xrt_space_relation *out_relation);
8989+9090+/*!
7591 * Get the latest report in the buffer, if any.
7692 *
7793 * @param rh self