Table of Contents

Method b3AABB_Contains

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3AABB_Contains(b3AABB, b3AABB)

Determines whether one box fully contains another.

public static bool b3AABB_Contains(b3AABB a, b3AABB b)

Parameters

a b3AABB

The containing box.

b b3AABB

The contained box.

Returns

bool

true when a contains b.