comparison 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
comparison
equal deleted inserted replaced
1211:d10d2acb8a02 1212:ab06dfdf3b75
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);