---
title: min
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/boundingbox/min
---

# min

The position of the minimum corner of the box.

## Declaration

```swift
var min: SIMD3<Float>
```

## See Also

### Getting the box characteristics

- [max](realitykit/boundingbox/max.md)
- [center](realitykit/boundingbox/center.md)
- [extents](realitykit/boundingbox/extents.md)
- [boundingRadius](realitykit/boundingbox/boundingradius.md)
