Skip to content
Snippets Groups Projects
Commit a23ab39d authored by vahrenkamp's avatar vahrenkamp
Browse files

Added EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION for Vector3d/3i

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@411 042f3d55-54a8-47e9-b7fb-15903f145c44
parent 4fa9c9a9
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,8 @@ EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Eigen::Matrix3f)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Eigen::Matrix4f)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Eigen::MatrixXf)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Eigen::Vector3d)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Eigen::Vector3i)
#include <boost/shared_ptr.hpp>
#include <boost/assert.hpp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment