diff OrthancStone/Sources/Toolbox/AffineTransform2D.h @ 1554:6d14ed6163b1

flip x/y in Stone Web viewer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Aug 2020 16:10:00 +0200
parents 244ad1e4e76a
children 85e117739eca
line wrap: on
line diff
--- a/OrthancStone/Sources/Toolbox/AffineTransform2D.h	Mon Aug 17 13:25:54 2020 +0200
+++ b/OrthancStone/Sources/Toolbox/AffineTransform2D.h	Mon Aug 17 16:10:00 2020 +0200
@@ -99,5 +99,10 @@
 
     static AffineTransform2D CreateOpenGLClipspace(unsigned int canvasWidth,
                                                    unsigned int canvasHeight);
+
+    static AffineTransform2D CreateFlip(bool flipX,
+                                        bool flipY,
+                                        unsigned int width,
+                                        unsigned int height);
   };
 }