Contents

concatenating(_:)

Returns a transform that’s constructed by combining two existing transforms.

Declaration

func concatenating(_ transform: Self) -> Self

Parameters

  • transform:

    The second transform.