Initializer
init(first:second:)
Initializes a transformation that applies two transformations, one after the other.
init(first: any RenderNodeTransforming, second: any RenderNodeTransforming)
Parameters
firstThe first transformation to apply.
secondThe second transformation to apply.