Method Contains
- Namespace
- Box3D
- Assembly
- Box3D.NET.dll
Contains(BoundingBox)
Determines whether this box fully contains another.
public bool Contains(BoundingBox other)Parameters
otherBoundingBox-
The other box.
Determines whether this box fully contains another.
public bool Contains(BoundingBox other)other BoundingBox The other box.