Contents

*(_:_:)

Returns the concatenation of two affine transforms.

Declaration

static func * (lhs: AffineTransform3D, rhs: AffineTransform3D) -> AffineTransform3D

Parameters

  • lhs:

    The left-hand-side value.

  • rhs:

    The right-hand-side value.

See Also

Applying arithmetic operations