# MBB

> Struct

Inherited Members

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

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

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

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

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

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

***

Namespace: UnityEngine.Pixyz.Geom

```csharp
[Serializable]
public struct MBB
```

## Constructors

### MBB(OBB)

```csharp
public MBB(OBB value)
```

Parameters

| Type              | Name  | Description |
| ----------------- | ----- | ----------- |
| [OBB](./geom_obb) | value |             |

## Fields

### \_base

```csharp
public OBB _base
```

Returns

| Type              | Description |
| ----------------- | ----------- |
| [OBB](./geom_obb) |             |

## Operators

### implicit operator OBB(MBB)

```csharp
public static implicit operator OBB(MBB v)
```

Parameters

| Type              | Name | Description |
| ----------------- | ---- | ----------- |
| [MBB](./geom_mbb) | v    |             |

Returns

| Type              | Description |
| ----------------- | ----------- |
| [OBB](./geom_obb) |             |

### implicit operator MBB(OBB)

```csharp
public static implicit operator MBB(OBB v)
```

Parameters

| Type              | Name | Description |
| ----------------- | ---- | ----------- |
| [OBB](./geom_obb) | v    |             |

Returns

| Type              | Description |
| ----------------- | ----------- |
| [MBB](./geom_mbb) |             |
