diff Framework/Toolbox/LinearAlgebra.cpp @ 166:4f661e2f7b6c wasm

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 22 Feb 2018 19:36:23 +0100
parents 8d50e6be565d
children 7105e51e4907
line wrap: on
line diff
--- a/Framework/Toolbox/LinearAlgebra.cpp	Thu Feb 15 13:51:29 2018 +0100
+++ b/Framework/Toolbox/LinearAlgebra.cpp	Thu Feb 22 19:36:23 2018 +0100
@@ -667,7 +667,7 @@
     }
 
 
-    Matrix InvertScaleTranslationMatrix(const Matrix& t)
+    Matrix InvertScalingTranslationMatrix(const Matrix& t)
     {
       if (t.size1() != 4 ||
           t.size2() != 4 ||