# BBox.Mins

```csharp
Vector3 Mins
```

The minimum corner extents of the AABB. Values on each axis should be mathematically smaller than values on the same axis of [BBox.Maxs](/api/BBox/Maxs). See [Vector3.Sort](/api/Vector3/Sort)

Declared in [BBox](/api/BBox).
Assembly: `Sandbox.System`.
