# Rotation.FromRoll

```csharp
static Rotation FromRoll(float roll)
```

Create a Rotation (quaternion) from roll (degrees)

### Parameters

- `roll` (`float`)

### Returns

`Rotation`

Declared in [Rotation](/api/Rotation).
Assembly: `Sandbox.System`.
