---
title: "transformed(by:)"
framework: realitykit
role: symbol
role_heading: Instance Method
path: "realitykit/boundingbox/transformed(by:)"
---

# transformed(by:)

Transforms the bounding box and finds the bounds of the result.

## Declaration

```swift
func transformed(by transform: float4x4) -> BoundingBox
```

## Parameters

- `transform`: The transform to apply to the box.

## Return Value

Return Value The bounds of the transformed box.

## See Also

### Transforming a bounding box

- [transform(by:)](realitykit/boundingbox/transform(by:).md)
