Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
Functions | |
| template<typename T> | |
| void | belfem::quaternion_rotate_vector (const Quaternion< T > &aQ, const Vector< T > &aVector, Vector< T > &aResult) |
| Rotate a 3D vector by a unit quaternion (optimized, in-place). | |