mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add EIGEN_QUATERNION_PLUGIN
This commit is contained in:
@@ -278,6 +278,10 @@ public:
|
||||
inline const Coefficients& coeffs() const { return m_coeffs;}
|
||||
|
||||
EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF(NeedsAlignment)
|
||||
|
||||
#ifdef EIGEN_QUATERNION_PLUGIN
|
||||
# include EIGEN_QUATERNION_PLUGIN
|
||||
#endif
|
||||
|
||||
protected:
|
||||
Coefficients m_coeffs;
|
||||
|
||||
Reference in New Issue
Block a user