Click or drag to resize

Box Constructor (Bounds, Vector3, Matrix3)

Constructs a box with the given bounds, origin and axis.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Box(
	ref Bounds bounds,
	ref Vector3 origin,
	ref Matrix3 axis
)

Parameters

bounds
Type: NeoAxisBounds
The Bounds.
origin
Type: NeoAxisVector3
The origin Vector3.
axis
Type: NeoAxisMatrix3
The axis Matrix3.
See Also