Generic function
Returns a transform that is the mathematical composition of its arguments.
compose-transforms transform1 transform2 => transform
<transform>.
<transform>.
<transform>.
duim-geometryduim-geometryReturns a transform that is the mathematical composition of its arguments. Composition is in right-to-left order, that is, the resulting transform represents the effects of applying the transform transform2 followed by the transform transform1.