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