---
title: "*(_:_:)"
framework: spatial
role: symbol
role_heading: Operator
path: "spatial/pose3dfloat/*(_:_:)"
---

# *(_:_:)

Returns a new pose that’s constructed by concatenating two existing  poses.

## Declaration

```swift
static func * (lhs: Pose3DFloat, rhs: Pose3DFloat) -> Pose3DFloat
```

## Parameters

- `lhs`: The first value.
- `rhs`: The second value.
