Creates new XAxisAlignedBox class instance.

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

Syntax

C#
public XAxisAlignedBox(
	Vector3 point1,
	Vector3 point2
)

Parameters

point1
Type: Vector3
First box coordinate.
point2
Type: Vector3
Opposite box coordinate, lying on the solid diagonal.

See Also