# Math

> Class containing math functions for MinMaxAABB.

## Definition

* **Type:** Class
* **Namespace:** [Unity.Mathematics.Geometry](/engine/6000.5/script-reference/unity/mathematics/geometry.md)
* **Assembly:** UnityEngine.MathematicsModule

```csharp
public static class Math
```

## Remarks

Use the static methods in this class to transform AABBs.

## Static Methods

| Method                                                                                    | Description                                   |
| ----------------------------------------------------------------------------------------- | --------------------------------------------- |
| [Transform](/engine/6000.5/script-reference/unity/mathematics/geometry/math/transform.md) | Transforms the AABB with the given transform. |
