# Ray.Project

```csharp
Vector3 Project(float distance)
```

Returns a point on the ray at given distance.

### Parameters

- `distance` (`float`): How far from the [Ray.Position](/api/Ray/Position) the point should be.

### Returns

`Vector3`: The point at given distance.

Declared in [Ray](/api/Ray).
Assembly: `Sandbox.System`.
