Tests whether the box contains point point.

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

Syntax

C#
public static bool operator &(
	XAxisAlignedBox box,
	Vector3 point
)

Parameters

box
Type: SGP.XSpace..::.XAxisAlignedBox
The source XAxisAlignedBox box.
point
Type: Vector3
The Vector3 point to be tested.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if the box contains the point point.

See Also