Table of Contents

Method Contains

Namespace
Box3D
Assembly
Box3D.NET.dll

Contains(BoundingBox)

Determines whether this box fully contains another.

public bool Contains(BoundingBox other)

Parameters

other BoundingBox

The other box.

Returns

bool

true when other lies entirely inside this box.