mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-26 06:44:27 +08:00
Fixed compilation due to lacking Transform definitions.
This commit is contained in:
parent
d2e257cb5d
commit
96e4a4b59c
@ -50,7 +50,6 @@ namespace Eigen {
|
|||||||
#include "src/Eigen2Support/Block.h"
|
#include "src/Eigen2Support/Block.h"
|
||||||
#include "src/Eigen2Support/VectorBlock.h"
|
#include "src/Eigen2Support/VectorBlock.h"
|
||||||
#include "src/Eigen2Support/Minor.h"
|
#include "src/Eigen2Support/Minor.h"
|
||||||
#include "src/Eigen2Support/Transform.h"
|
|
||||||
|
|
||||||
|
|
||||||
} // namespace Eigen
|
} // namespace Eigen
|
||||||
|
@ -594,6 +594,10 @@ typedef Transform<double,2,Projective> Projective2d;
|
|||||||
/** \ingroup Geometry_Module */
|
/** \ingroup Geometry_Module */
|
||||||
typedef Transform<double,3,Projective> Projective3d;
|
typedef Transform<double,3,Projective> Projective3d;
|
||||||
|
|
||||||
|
#ifdef EIGEN2_SUPPORT
|
||||||
|
#include "src/Eigen2Support/Transform.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************
|
/**************************
|
||||||
*** Optional QT support ***
|
*** Optional QT support ***
|
||||||
**************************/
|
**************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user