mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Function 'Transform<Scalar,Dim>::toQMatrix(void) const' : - 'other' was a hasty copy/paste to be replaced my m_matrix - 'coeffRef' was incorect for const Transform Function 'Transform<Scalar,Dim>::toQTransform(void) const' : - return type was incorrect 'QMatrix' to be replaced by 'QTransform' - same bigfixes as in the previous point