# ExtendedBox

> Class

Inheritance

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

***

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 ExtendedBox
```

## Constructors

### ExtendedBox()

```csharp
public ExtendedBox()
```

### ExtendedBox(ExtendedBox)

```csharp
public ExtendedBox(ExtendedBox o)
```

Parameters

| Type                              | Name | Description |
| --------------------------------- | ---- | ----------- |
| [ExtendedBox](./geom_extendedbox) | o    |             |

## Fields

### position

```csharp
public Point3 position
```

Returns

| Type                    | Description |
| ----------------------- | ----------- |
| [Point3](./geom_point3) |             |

### extentX

```csharp
public double extentX
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [double](https://learn.microsoft.com/dotnet/api/system.double) |             |

### extentY

```csharp
public double extentY
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [double](https://learn.microsoft.com/dotnet/api/system.double) |             |

### extentZ

```csharp
public double extentZ
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [double](https://learn.microsoft.com/dotnet/api/system.double) |             |
