---
title: "concatenating(_:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/transform3dprotocol/concatenating(_:)"
---

# concatenating(_:)

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

## Declaration

```swift
func concatenating(_ transform: Self) -> Self
```

## Parameters

- `transform`: The second transform.
