---
title: "init(min:max:)"
framework: realitykit
role: symbol
role_heading: Initializer
path: "realitykit/boundingbox/init(min:max:)"
---

# init(min:max:)

Creates a bounding box with the given settings.

## Declaration

```swift
init(min: SIMD3<Float>, max: SIMD3<Float>)
```

## Parameters

- `min`: The position of the minimum corner of the box.
- `max`: The position of the maximum corner of the box.

## See Also

### Creating a bounding box

- [init()](realitykit/boundingbox/init().md)
