mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
add EIGEN_TRANSFORM_PLUGIN
This commit is contained in:
parent
737bed19c1
commit
e125c199bb
@ -460,6 +460,11 @@ public:
|
||||
inline const Block<MatrixType,int(Mode)==int(Projective)?HDim:Dim,1> translationExt() const
|
||||
{ return m_matrix.template block<int(Mode)==int(Projective)?HDim:Dim,1>(0,Dim); }
|
||||
|
||||
|
||||
#ifdef EIGEN_TRANSFORM_PLUGIN
|
||||
#include EIGEN_TRANSFORM_PLUGIN
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
/** \ingroup Geometry_Module */
|
||||
|
Loading…
x
Reference in New Issue
Block a user