Tests whether the box1 and box2 have an intersection.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static bool BitwiseAnd(
	XOrientedBox box1,
	XOrientedBox box2
)

Parameters

box1
Type: SGP.XSpace..::.XOrientedBox
First source XOrientedBox box.
box2
Type: SGP.XSpace..::.XOrientedBox
Second source XOrientedBox box.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if the boxes have an intersection.

See Also