Table of Contents

Method Overlaps

Namespace
Box3D
Assembly
Box3D.NET.dll

Overlaps(BoundingBox)

Determines whether this box intersects another.

public bool Overlaps(BoundingBox other)

Parameters

other BoundingBox

The other box.

Returns

bool

true when they intersect.

Remarks

Boxes that merely touch along a face count as intersecting, matching the broad phase.