*(_:_:)
Returns the concatenation of two affine transforms.
Declaration
static func * (lhs: AffineTransform3DFloat, rhs: AffineTransform3DFloat) -> AffineTransform3DFloatParameters
- lhs:
The first value.
- rhs:
The second value.
Returns the concatenation of two affine transforms.
static func * (lhs: AffineTransform3DFloat, rhs: AffineTransform3DFloat) -> AffineTransform3DFloatThe first value.
The second value.