Loading...
Searching...
No Matches
8#ifndef EIGEN_GEOMETRY_MODULE_H
9#define EIGEN_GEOMETRY_MODULE_H
13#include "src/Core/util/DisableStupidWarnings.h"
36#include "src/Geometry/OrthoMethods.h"
37#include "src/Geometry/EulerAngles.h"
39#include "src/Geometry/Homogeneous.h"
40#include "src/Geometry/RotationBase.h"
41#include "src/Geometry/Rotation2D.h"
42#include "src/Geometry/Quaternion.h"
43#include "src/Geometry/AngleAxis.h"
44#include "src/Geometry/Transform.h"
45#include "src/Geometry/Translation.h"
46#include "src/Geometry/Scaling.h"
47#include "src/Geometry/Hyperplane.h"
48#include "src/Geometry/ParametrizedLine.h"
49#include "src/Geometry/AlignedBox.h"
50#include "src/Geometry/Umeyama.h"
54#if defined EIGEN_VECTORIZE_SSE && !defined EIGEN_VECTORIZE_AVX
55#include "src/Geometry/arch/Geometry_SSE.h"
58#include "src/Core/util/ReenableStupidWarnings.h"