Updated Documentation git push

This commit is contained in:
Jan Möbius
2019-01-17 09:41:42 +01:00
parent c2089a172a
commit 315b0ef126

View File

@@ -589,6 +589,11 @@ EigenTriMesh mesh;
Now you can use mesh as any other OpenMesh while using Eigen vectors Now you can use mesh as any other OpenMesh while using Eigen vectors
as the underlying data type. as the underlying data type.
\note OpenMesh uses stl vectors for storing its data. This might lead to errors
regarding memory alignment with sse instructions:
http://eigen.tuxfamily.org/dox/group__TopicStlContainers.html
You might need to define -DEIGEN_DONT_VECTORIZE
*/ */