eigen/Eigen/Geometry

14 lines
227 B
Plaintext
Raw Normal View History

#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