*=(_:_:)
Concatenates two affine transforms and stores the result in the left-hand-side variable.
Declaration
static func *= (lhs: inout AffineTransform3D, rhs: AffineTransform3D)Parameters
- lhs:
The left-hand-side value.
- rhs:
The right-hand-side value.