Generic function
Creates a new transform by composing a transform with the given rotation
compose-rotation-with-transformtransform angle#key origin=> transform
<transform>.
<real>.
<point>. Default value: (0, 0).
<transform>.
duim-geometryduim-geometryCreates a new transform by composing the transform transform with the given rotation The order of composition is that the rotation transform is applied first, followed by the argument transform.
Note that this function could be implemented by using make-rotation-transform and compose-transforms. It is provided because it is common to build up a transform as a series of simple transforms.