Method Include
Include(float3)
Includes the given point in the aabb.
Declaration
public void Include(float3 point)
Parameters
| Type | Name | Description |
|---|---|---|
| float3 | point | The point. |
Include(Aabb)
Includes the given aabb into this aabb.
Declaration
public void Include(Aabb aabb)
Parameters
| Type | Name | Description |
|---|---|---|
| Aabb | aabb | The aabb to include. |