summaryrefslogtreecommitdiffstats
path: root/include/basegfx/matrix/b2dhommatrix.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/matrix/b2dhommatrix.hxx')
-rw-r--r--include/basegfx/matrix/b2dhommatrix.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/basegfx/matrix/b2dhommatrix.hxx b/include/basegfx/matrix/b2dhommatrix.hxx
index a7ab0c3f5917..9f2c8a338412 100644
--- a/include/basegfx/matrix/b2dhommatrix.hxx
+++ b/include/basegfx/matrix/b2dhommatrix.hxx
@@ -74,8 +74,10 @@ namespace basegfx
void rotate(double fRadiant);
void translate(double fX, double fY);
+ void translate(const B2DTuple& rTuple);
void scale(double fX, double fY);
+ void scale(const B2DTuple& rTuple);
// Shearing-Matrices
void shearX(double fSx);