Table of Contents

Method b3AABB_Overlaps

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

b3AABB_Overlaps(b3AABB, b3AABB)

Determines whether two boxes overlap.

public static bool b3AABB_Overlaps(b3AABB a, b3AABB b)

Parameters

a b3AABB

The first box.

b b3AABB

The second box.

Returns

bool

true when the boxes intersect.