# Sandbox.Rigidbody.FindClosestPoint

```csharp
Vector3 FindClosestPoint(in Vector3 position)
```

Returns the closest point to the given one between all convex shapes of this body.

### Parameters

- `in position` (`Vector3`)

### Returns

`Vector3`

Declared in [Sandbox.Rigidbody](/api/Sandbox.Rigidbody).
Assembly: `Sandbox.Engine`.
