diff Framework/Toolbox/AffineTransform2D.h @ 1209:b5dec783ba08

Fixed the style configurator to only set inversion on the image if it has been explicitely asked by the user + Fixed AddCircle in the measuring toolbox + dummy change (reindent)
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 04 Dec 2019 15:46:14 +0100
parents 692291406f6a
children 69177b10e2b9 0ca50d275b9a
line wrap: on
line diff
--- a/Framework/Toolbox/AffineTransform2D.h	Tue Dec 03 09:51:00 2019 +0100
+++ b/Framework/Toolbox/AffineTransform2D.h	Wed Dec 04 15:46:14 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,