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

# center

The center of the bounding box.

## Declaration

```swift
var center: SIMD3<Float> { get }
```

## Discussion

Discussion This value is (0, 0, 0) if the box is empty.

## See Also

### Getting the box characteristics

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