# AABR

> Class

Inheritance

* [object](https://learn.microsoft.com/dotnet/api/system.object)
* AABR

***

Inherited Members

* [Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\))

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode)

* [GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)

* [MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

* [ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

***

Namespace: UnityEngine.Pixyz.Geom

```csharp
[Serializable]
public class AABR
```

## Constructors

### AABR()

```csharp
public AABR()
```

### AABR(AABR)

```csharp
public AABR(AABR o)
```

Parameters

| Type                | Name | Description |
| ------------------- | ---- | ----------- |
| [AABR](./geom_aabr) | o    |             |

## Fields

### low

```csharp
public Point2 low
```

Returns

| Type                    | Description |
| ----------------------- | ----------- |
| [Point2](./geom_point2) |             |

### high

```csharp
public Point2 high
```

Returns

| Type                    | Description |
| ----------------------- | ----------- |
| [Point2](./geom_point2) |             |
