mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-06 14:14:46 +08:00
Add missing inline keyword in Quaternion.h.
This commit is contained in:
parent
d4a727d092
commit
d10b27fe37
@ -141,7 +141,7 @@ class QuaternionBase : public RotationBase<Derived, 3>
|
|||||||
template<class OtherDerived> EIGEN_DEVICE_FUNC Scalar angularDistance(const QuaternionBase<OtherDerived>& other) const;
|
template<class OtherDerived> EIGEN_DEVICE_FUNC Scalar angularDistance(const QuaternionBase<OtherDerived>& other) const;
|
||||||
|
|
||||||
/** \returns an equivalent 3x3 rotation matrix */
|
/** \returns an equivalent 3x3 rotation matrix */
|
||||||
EIGEN_DEVICE_FUNC Matrix3 toRotationMatrix() const;
|
EIGEN_DEVICE_FUNC inline Matrix3 toRotationMatrix() const;
|
||||||
|
|
||||||
/** \returns the quaternion which transform \a a into \a b through a rotation */
|
/** \returns the quaternion which transform \a a into \a b through a rotation */
|
||||||
template<typename Derived1, typename Derived2>
|
template<typename Derived1, typename Derived2>
|
||||||
|
Loading…
Reference in New Issue
Block a user