MBB
Struct
Read time 1 minuteLast updated 8 months ago
Inherited Members
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public struct MBB
Constructors
MBB(OBB)
public MBB(OBB value)
Parameters
Type | Name | Description |
|---|---|---|
| OBB | value |
Fields
_base
public OBB _base
Returns
Type | Description |
|---|---|
| OBB |
Operators
implicit operator OBB(MBB)
public static implicit operator OBB(MBB v)
Parameters
Type | Name | Description |
|---|---|---|
| MBB | v |
Returns
Type | Description |
|---|---|
| OBB |
implicit operator MBB(OBB)
public static implicit operator MBB(OBB v)
Parameters
Type | Name | Description |
|---|---|---|
| OBB | v |
Returns
Type | Description |
|---|---|
| MBB |