mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
The discussed changes to Hyperplane, the ParametrizedLine class, and the
API update in Regression...
This commit is contained in:
@@ -539,8 +539,9 @@ Transform<Scalar,Dim>::extractRotation(TransformTraits traits) const
|
||||
}
|
||||
else if (traits == NoScaling) // though that's stupid let's handle it !
|
||||
return linear();
|
||||
else
|
||||
else {
|
||||
ei_assert("invalid traits value in Transform::inverse()");
|
||||
}
|
||||
return LinearMatrixType();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user