# Extents

> Computes the extents of the AABB.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Mathematics.Geometry](/engine/6000.5/script-reference/unity/mathematics/geometry.md)
* **Assembly:** UnityEngine.MathematicsModule

```csharp
public float3 Extents { get; }
```

### Remarks

Extents is the componentwise distance between min and max.
