<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/BoundingSphereBox/init(center:fullExtents:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:19RealityCoreRenderer17BoundingSphereBoxV6center11fullExtentsACs5SIMD3VySfG_AHtcfc"
  },
  "title" : "init(center:fullExtents:)"
}
-->

# init(center:fullExtents:)

Creates a bounding box with the given center and full extents, with a circumscribed sphere.

```
init(center: SIMD3<Float>, fullExtents: SIMD3<Float>)
```

## Parameters

`center`

The center of the bounding box in model space.

`fullExtents`

The full extents of the bounding box along each axis.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)