Contents

prepend(_:)

Mutates an affine transformation by prepending another affine transform.

Declaration

mutating func prepend(_ transform: AffineTransform)

Parameters

  • transform:

    The affine transform that precedes this transform.

See Also

Accumulating Tranformations