Box3D.IntersectsWithBox Method
Determinates if the box intersects with an other box.
[Visual Basic]
Public Function IntersectsWithBox( _
ByVal
other As
Box3D _
) As
Boolean
[C#]
public
bool IntersectsWithBox(
Box3D other);
See Also
Box3D Class | Irrlicht.Core Namespace