summaryrefslogtreecommitdiffstats
path: root/src/2geom/transforms.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/2geom/transforms.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/2geom/transforms.h b/src/2geom/transforms.h
index 2e805786d..7c03c5226 100644
--- a/src/2geom/transforms.h
+++ b/src/2geom/transforms.h
@@ -217,6 +217,7 @@ public:
Coord rad = (deg / 180.0) * M_PI;
return Rotate(rad);
}
+ static Affine around(Point const &p, Coord angle);
friend class Point;
};