Click or drag to resize

Box(Bounds, Vector3, Matrix3) Constructor

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

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

Parameters

bounds  Bounds
The Bounds.
origin  Vector3
The origin Vector3.
axis  Matrix3
The axis Matrix3.
See Also