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

# *=(_:_:)

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

## Declaration

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

## See Also

### Applying arithmetic operations

- [*(_:_:)](spatial/scaledpose3d/*(_:_:)-6nx9h.md)
- [*(_:_:)](spatial/scaledpose3d/*(_:_:)-93yyr.md)
- [*(_:_:)](spatial/scaledpose3d/*(_:_:)-179zu.md)
