diff Framework/Toolbox/AffineTransform2D.h @ 1212:ab06dfdf3b75 broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Dec 2019 16:54:24 +0100
parents b5dec783ba08
children 69177b10e2b9 0ca50d275b9a
line wrap: on
line diff
--- a/Framework/Toolbox/AffineTransform2D.h	Wed Dec 04 16:47:21 2019 +0100
+++ b/Framework/Toolbox/AffineTransform2D.h	Wed Dec 04 16:54:24 2019 +0100
@@ -77,7 +77,8 @@
                                      const AffineTransform2D& c,
                                      const AffineTransform2D& d);
 
-    // transformations are applied right to left: e is the first transfo applied, a is the last one
+    // transformations are applied right to left: 
+    // `e` is the first transformation applied and `a` is the last one
     static AffineTransform2D Combine(const AffineTransform2D& a,
                                      const AffineTransform2D& b,
                                      const AffineTransform2D& c,