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

# *(_:_:)

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

## Declaration

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

## Parameters

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