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

# *=(_:_:)

Concatenates two poses and stores the result in the left-hand-side variable.

## Declaration

```swift
static func *= (lhs: inout Pose3D, rhs: Pose3D)
```

## Parameters

- `lhs`: The left-hand-side value.
- `rhs`: The right-hand-side value.

## See Also

### Applying arithmetic operations

- [*(_:_:)](spatial/pose3d/*(_:_:).md)
