aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/EulerAngles
diff options
context:
space:
mode:
authorGravatar Tal Hadad <tal_hd@hotmail.com>2015-09-27 16:51:24 +0300
committerGravatar Tal Hadad <tal_hd@hotmail.com>2015-09-27 16:51:24 +0300
commit5e0a178df2b70829e990e84602fd70f92131484f (patch)
tree3c58a10e365355a70c52ca442343cb3af86e74f1 /unsupported/Eigen/EulerAngles
parentd16797cfc06b93d30bee0b698e90ddfe5cb456fe (diff)
Initial fork of unsupported module EulerAngles.
Diffstat (limited to 'unsupported/Eigen/EulerAngles')
-rw-r--r--unsupported/Eigen/EulerAngles32
1 files changed, 32 insertions, 0 deletions
diff --git a/unsupported/Eigen/EulerAngles b/unsupported/Eigen/EulerAngles
new file mode 100644
index 000000000..a1aa5d829
--- /dev/null
+++ b/unsupported/Eigen/EulerAngles
@@ -0,0 +1,32 @@
+// This file is part of Eigen, a lightweight C++ template library
+// for linear algebra.
+//
+// Copyright (C) 2015 Tal Hadad <tal_hd@hotmail.com>
+//
+// This Source Code Form is subject to the terms of the Mozilla
+// Public License v. 2.0. If a copy of the MPL was not distributed
+// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+#ifndef EIGEN_EULERANGLES_MODULE_H
+#define EIGEN_EULERANGLES_MODULE_H
+
+
+#include "Eigen/Core"
+#include "Eigen/Geometry"
+
+#include "Eigen/src/Core/util/DisableStupidWarnings.h"
+
+/**
+ * \defgroup EulerAngles_Module EulerAngles module
+ *
+ *
+ *
+ *
+ */
+
+#include "src/EulerAngles/EulerSystem.h"
+#include "src/EulerAngles/EulerAngles.h"
+
+#include "Eigen/src/Core/util/ReenableStupidWarnings.h"
+
+#endif // EIGEN_EULERANGLES_MODULE_H