comparison 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
comparison
equal deleted inserted replaced
1206:c93a6218f0cd 1209:b5dec783ba08
75 static AffineTransform2D Combine(const AffineTransform2D& a, 75 static AffineTransform2D Combine(const AffineTransform2D& a,
76 const AffineTransform2D& b, 76 const AffineTransform2D& b,
77 const AffineTransform2D& c, 77 const AffineTransform2D& c,
78 const AffineTransform2D& d); 78 const AffineTransform2D& d);
79 79
80 // transformations are applied right to left: e is the first transfo applied, a is the last one 80 // transformations are applied right to left:
81 // `e` is the first transformation applied and `a` is the last one
81 static AffineTransform2D Combine(const AffineTransform2D& a, 82 static AffineTransform2D Combine(const AffineTransform2D& a,
82 const AffineTransform2D& b, 83 const AffineTransform2D& b,
83 const AffineTransform2D& c, 84 const AffineTransform2D& c,
84 const AffineTransform2D& d, 85 const AffineTransform2D& d,
85 const AffineTransform2D& e); 86 const AffineTransform2D& e);