Operator Implicit
Implicit(AABB to MinMaxAABB)
Declaration
public static implicit operator MinMaxAABB(AABB aabb)
Parameters
Type | Name | Description |
---|---|---|
AABB | aabb |
Returns
Type | Description |
---|---|
MinMaxAABB |
Implicit(MinMaxAABB to AABB)
Declaration
public static implicit operator AABB(MinMaxAABB aabb)
Parameters
Type | Name | Description |
---|---|---|
MinMaxAABB | aabb |
Returns
Type | Description |
---|---|
AABB |