Contents

append(_:)

Mutates an affine transformation by appending another affine transform.

Declaration

mutating func append(_ transform: AffineTransform)

Parameters

  • transform:

    The affine transform that follows this transform.

See Also

Accumulating Tranformations