Table of Contents

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

a b3AABB

The first box.

b b3AABB

The second box.

Returns

b3AABB

The union.