aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Geometry
blob: fe241b5c994dc3c5d1e70ea2daa32e0aabd7bb78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef EIGEN_GEOMETRY_MODULE_H
#define EIGEN_GEOMETRY_MODULE_H

#include "Core"

namespace Eigen {

#include "src/Geometry/Cross.h"
#include "src/Geometry/Quaternion.h"
#include "src/Geometry/Transform.h"

// the Geometry module use cwiseCos and cwiseSin which are defined in the Array module
#include "src/Array/CwiseOperators.h"
#include "src/Array/Functors.h"

} // namespace Eigen

#endif // EIGEN_GEOMETRY_MODULE_H