Creates new XOrientedBox class instance.

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

Syntax

C#
public XOrientedBox(
	Vector3 center,
	Vector3 u,
	Vector3 v,
	Vector3 w,
	Vector3 extents
)

Parameters

center
Type: Vector3
Box center.
u
Type: Vector3
Vector of the axis X.
v
Type: Vector3
Vector of the axis Y.
w
Type: Vector3
Vector of the axis Z.
extents
Type: Vector3
Box extents.

See Also