Method Union
Union(Aabb, Aabb)
Create a union of two aabbs.
Declaration
public static Aabb Union(Aabb a, Aabb b)
Parameters
Type | Name | Description |
---|---|---|
Aabb | a | An Aabb to process. |
Aabb | b | An Aabb to process. |
Returns
Type | Description |
---|---|
Aabb | The union of a and b. |