Go to the source code of this file.
|
| template<typename QuatDerived , typename Derived > |
| QuaternionBase< QuatDerived >::Scalar | getAngleAround (const QuaternionBase< QuatDerived > &q, const MatrixBase< Derived > &v) |
| |
| template<typename QuatDerived , typename Derived > |
| bool | isRotationAround (const QuaternionBase< QuatDerived > &q, const MatrixBase< Derived > &v) |
| |
| template<typename QuatDerived , typename Derived > |
| internal::traits< QuatDerived >::PlainObject | projectRotation (const QuaternionBase< QuatDerived > &q, const MatrixBase< Derived > &n, typename internal::traits< Derived >::Scalar &theta) |
| |
| template<typename QuatDerived , typename Derived > |
| internal::traits< QuatDerived >::PlainObject | projectRotation (const QuaternionBase< QuatDerived > &q, const MatrixBase< Derived > &v) |
| |
template<typename QuatDerived , typename Derived >
| QuaternionBase<QuatDerived>::Scalar getAngleAround |
( |
const QuaternionBase< QuatDerived > & |
q, |
|
|
const MatrixBase< Derived > & |
v |
|
) |
| |
|
inline |
template<typename QuatDerived , typename Derived >
| bool isRotationAround |
( |
const QuaternionBase< QuatDerived > & |
q, |
|
|
const MatrixBase< Derived > & |
v |
|
) |
| |
|
inline |
template<typename QuatDerived , typename Derived >
| internal::traits<QuatDerived>::PlainObject projectRotation |
( |
const QuaternionBase< QuatDerived > & |
q, |
|
|
const MatrixBase< Derived > & |
n, |
|
|
typename internal::traits< Derived >::Scalar & |
theta |
|
) |
| |
|
inline |
template<typename QuatDerived , typename Derived >
| internal::traits<QuatDerived>::PlainObject projectRotation |
( |
const QuaternionBase< QuatDerived > & |
q, |
|
|
const MatrixBase< Derived > & |
v |
|
) |
| |
|
inline |