Fix typo in doc.

(grafted from c10620b2b0
)
This commit is contained in:
Gael Guennebaud
2016-09-13 09:25:07 +02:00
parent 0e42db7cab
commit fb81e4ab79

View File

@@ -1048,7 +1048,7 @@ void Transform<Scalar,Dim,Mode,Options>::computeRotationScaling(RotationMatrixTy
}
}
/** decomposes the linear part of the transformation as a product rotation x scaling, the scaling being
/** decomposes the linear part of the transformation as a product scaling x rotation, the scaling being
* not necessarily positive.
*
* If either pointer is zero, the corresponding computation is skipped.