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

# concatenating(_:)

Returns a transform that’s constructed by concatenating two a pose and a scaled pose.

## Declaration

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

## Parameters

- `transform`: The second scaled pose.
