# BBox.ClosestPoint

```csharp
Vector3 ClosestPoint(in Vector3 point)
```

Returns the closest point on this AABB to another point

### Parameters

- `in point` (`Vector3`)

### Returns

`Vector3`

Declared in [BBox](/api/BBox).
Assembly: `Sandbox.System`.
