Registered Member
|
Hi,
It seems that a mapped vector with Map<Vector3d> cannot be translated by the Geometry module unlike the others transformations. For instance:
The compiler error is the following using clang++:
What can I do to fix this? Thanks |
Moderator
|
This is a serious one: http://eigen.tuxfamily.org/bz/show_bug.cgi?id=669
A workaround is to use Vector3f(map). The compiler should be able to remove this useless copy. |
Registered Member
|
Thank you very much for your answer !
|
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]