fix my bad fix of Hauke's fix ;)

This commit is contained in:
Gael Guennebaud 2009-08-06 14:54:25 +02:00
parent 1d4fea48b5
commit d34c5ef509

View File

@ -911,7 +911,7 @@ Transform<Scalar,Dim,Mode>::inverse(TransformTraits hint) const
} }
// translation and remaining parts // translation and remaining parts
res.template corner<Dim,1>(TopRight) = - res.template corner<Dim,Dim>(TopLeft) * translation(); res.template corner<Dim,1>(TopRight) = - res.template corner<Dim,Dim>(TopLeft) * translation();
makeAffine(); res.makeAffine();
return res; return res;
} }
} }