MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / QuaternionError

Function QuaternionError

include/Geometry.h:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 */
132 template <typename T>
133 inline VectorT<T, 3> QuaternionError(const QuaternionT<T> Q1,
134 const QuaternionT<T> Q2)
135 {
136 return (Q1 * Q2.conjugate()).vec() * 2.0;
137 }
138
139 /** \brief Represents the operation Q12 - (Q2 - Q1) on a manifold
140 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected