Class AABBExtensions
Namespace: Unity.Mathematics
Syntax
public static class AABBExtensions
Methods
ToAABB(Bounds)
Declaration
public static AABB ToAABB(this Bounds bounds)
Parameters
| Type | Name | Description |
|---|---|---|
| Bounds | bounds |
Returns
| Type | Description |
|---|---|
| AABB |
ToBounds(AABB)
Declaration
public static Bounds ToBounds(this AABB aabb)
Parameters
| Type | Name | Description |
|---|---|---|
| AABB | aabb |
Returns
| Type | Description |
|---|---|
| Bounds |