mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19: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;
|
||||
|
||||
/** \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 */
|
||||
template<typename Derived1, typename Derived2>
|
||||
|
Loading…
Reference in New Issue
Block a user