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

# concatenating(_:)

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

## Declaration

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

## Parameters

- `transform`: The second pose.
