Creates new XAxisAlignedBox instance by resizing the box box so the point point will become part of the box.

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

Syntax

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

Parameters

box
Type: SGP.XSpace..::.XAxisAlignedBox
The source XAxisAlignedBox box.
point
Type: Vector3
Coordinates of the point that will become part of the box.

Return Value

Returns the resized XAxisAlignedBox box.

See Also