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.
Mutates an affine transformation matrix to apply scaling in both x and y dimensions.
mutating func scale(_ scale: CGFloat)The scale factor.