---
title: CalculateBoundingBoxDeformer
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/calculateboundingboxdeformer
---

# CalculateBoundingBoxDeformer

Calculates a bounding box based on the current state of the deformed positions.

## Declaration

```swift
struct CalculateBoundingBoxDeformer
```

## Topics

### Initializers

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

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [MeshDeformer](realitykit/meshdeformer.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Deformers

- [MeshDeformerComponent](realitykit/meshdeformercomponent.md)
- [MeshDeformer](realitykit/meshdeformer.md)
- [SkinningDeformer](realitykit/skinningdeformer.md)
- [BlendShapeDeformer](realitykit/blendshapedeformer.md)
- [OpenSubdivisionDeformer](realitykit/opensubdivisiondeformer.md)
- [RenormalizationDeformer](realitykit/renormalizationdeformer.md)
