mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-09 06:31:47 +08:00
add EIGEN_TRANSFORM_PLUGIN
This commit is contained in:
parent
78ea8b2dbd
commit
a9c60954ed
@ -283,6 +283,10 @@ public:
|
|||||||
bool isApprox(const Transform& other, typename NumTraits<Scalar>::Real prec = precision<Scalar>()) const
|
bool isApprox(const Transform& other, typename NumTraits<Scalar>::Real prec = precision<Scalar>()) const
|
||||||
{ return m_matrix.isApprox(other.m_matrix, prec); }
|
{ return m_matrix.isApprox(other.m_matrix, prec); }
|
||||||
|
|
||||||
|
#ifdef EIGEN_TRANSFORM_PLUGIN
|
||||||
|
#include EIGEN_TRANSFORM_PLUGIN
|
||||||
|
#endif
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user