Resizes the box to make the point point being part of the box.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void Include(
	Vector3 point
)

Parameters

point
Type: Vector3
Coordinates of the point that will become part of the box.

See Also