Resizes the box to make the point [x,y,z] being part of the box.

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

Syntax

C#
public void Include(
	float x,
	float y,
	float z
)

Parameters

x
Type: System..::.Single
The X coordinate of the point that will become part of the box.
y
Type: System..::.Single
The Y coordinate of the point that will become part of the box.
z
Type: System..::.Single
The Z coordinate of the point that will become part of the box.

See Also