* start of the Geometry module with a cross product and quaternion expressions

(haven't tried them yet)
* applied the meta selector rule to MatrixBase::swap()
This commit is contained in:
Gael Guennebaud
2008-06-02 22:58:36 +00:00
parent 75de41a00b
commit 366971bea4
7 changed files with 480 additions and 26 deletions

13
Eigen/Geometry Normal file
View File

@@ -0,0 +1,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