diff Framework/Toolbox/AffineTransform2D.h @ 1031:7b89e88bb66e toa2019100701

Merge
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 07 Oct 2019 14:09:29 +0200
parents 7912de3a15e0
children 692291406f6a
line wrap: on
line diff
--- a/Framework/Toolbox/AffineTransform2D.h	Mon Oct 07 14:05:01 2019 +0200
+++ b/Framework/Toolbox/AffineTransform2D.h	Mon Oct 07 14:09:29 2019 +0200
@@ -77,6 +77,12 @@
                                      const AffineTransform2D& c,
                                      const AffineTransform2D& d);
 
+    static AffineTransform2D Combine(const AffineTransform2D& a,
+                                     const AffineTransform2D& b,
+                                     const AffineTransform2D& c,
+                                     const AffineTransform2D& d,
+                                     const AffineTransform2D& e);
+
     static AffineTransform2D CreateOffset(double dx,
                                           double dy);