aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Geometry
blob: 42e18a8f85f294f6d34c911c11762ef674bb4818 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef EIGEN_GEOMETRY_MODULE_H
#define EIGEN_GEOMETRY_MODULE_H

#include "Core"

namespace Eigen {

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

} // namespace Eigen

#endif // EIGEN_GEOMETRY_MODULE_H