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

# *(_:_:)

Returns a new rectangle after applying the pose to the rectangle.

## Declaration

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

## Parameters

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

## See Also

### Applying arithmetic operations

- [*(_:_:)](spatial/rect3d/*(_:_:)-8710d.md)
- [*(_:_:)](spatial/rect3d/*(_:_:)-8vu0.md)
