# LineUtility

> A collection of common line functions.

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public sealed class LineUtility
```

## Static Methods

| Method                                                                          | Description                                                                                                      |
| ------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| [Simplify](/engine/6000.7/script-reference/unityengine/lineutility/simplify.md) | Generates a simplified version of the original line by removing points that fall within the specified tolerance. |
