# Vector3.Angle

```csharp
float Angle(in Vector3 other)
```

Return the distance between the two direction vectors in degrees.

### Parameters

- `in other` (`Vector3`)

### Returns

`float`

Declared in [Vector3](/api/Vector3).
Assembly: `Sandbox.System`.
