Contents

scale(_:)

Mutates an affine transformation matrix to apply scaling in both x and y dimensions.

Declaration

mutating func scale(_ scale: CGFloat)

Parameters

  • scale:

    The scale factor.

See Also

Accumulating Tranformations