Translation * Mapped vector does not compile

Submitted by Gael Guennebaud @ggael

Assigned to Nobody

Link to original bugzilla bug (#669)

Description

See: http://forum.kde.org/viewtopic.php?f=74&t=117764

The problem is that this product does not instanciate the right Translation::operator* overload. The fix consists in having a general overload for MatrixBase<> objects with meta-programming tricks to return the right type (Affine or Vector) with the right implementation more like Transform::operator*.

Blocking

#814 (closed)

Edited by David Tellenbach