Fix various typos and refinements

This commit is contained in:
luz paz
2022-01-06 12:44:15 -05:00
committed by Uwe
parent 31221291a8
commit fd3f2b0092
8 changed files with 9 additions and 9 deletions

View File

@@ -286,7 +286,7 @@ void ViewProviderDragger::updatePlacementFromDragger(ViewProviderDragger* sudoTh
return;
assert(numberOfFieldChanged == 1);
//helper lamdas.
//helper lambdas.
auto getVectorX = [&pMatrix]() {return Base::Vector3d(pMatrix[0], pMatrix[4], pMatrix[8]);};
auto getVectorY = [&pMatrix]() {return Base::Vector3d(pMatrix[1], pMatrix[5], pMatrix[9]);};
auto getVectorZ = [&pMatrix]() {return Base::Vector3d(pMatrix[2], pMatrix[6], pMatrix[10]);};