Method b3AABB_Union
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3AABB_Union(b3AABB, b3AABB)
Computes the smallest box containing two boxes.
public static b3AABB b3AABB_Union(b3AABB a, b3AABB b)Parameters
Returns
- b3AABB
-
The union.
Computes the smallest box containing two boxes.
public static b3AABB b3AABB_Union(b3AABB a, b3AABB b)The union.