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

# *(_:_:)

Returns the rectangle that results from applying the affine transform to the rectangle.

## Declaration

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

## Parameters

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

## See Also

### Applying arithmetic operations

- [*(_:_:)](spatial/rect3d/*(_:_:)-8vu0.md)
- [*(_:_:)](spatial/rect3d/*(_:_:)-5lqdv.md)
