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.
Mutates an affine transformation by appending another affine transform.
mutating func append(_ transform: AffineTransform)The affine transform that follows this transform.