Just multiplying (and removing the result to use the same variable names as the W3C), if anyone else is reading this, wants something explicitly.
rotate(a, cx, cy)
equivalently
matrix(cos(a), sin(a), -sin(a), cos(a), cx(cos(a) - 1) - cy(sin(a)), cx(sin(a)) + cy(cos(a) -1))
The use of mathematical notation involving rotate and matrix are functions.
Francis davey
source share