*(_:_:)
Returns the concatenation of two affine transforms.
Declaration
static func * (lhs: AffineTransform3D, rhs: AffineTransform3D) -> AffineTransform3DParameters
- lhs:
The left-hand-side value.
- rhs:
The right-hand-side value.
Returns the concatenation of two affine transforms.
static func * (lhs: AffineTransform3D, rhs: AffineTransform3D) -> AffineTransform3DThe left-hand-side value.
The right-hand-side value.