Click or drag to resize

Box(Vector3, Vector3, Matrix3) Constructor

Constructs a box with the given center, extents and axis.

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

Parameters

center  Vector3
The center Vector3.
extents  Vector3
The extents Vector3.
axis  Matrix3
The axis Matrix3.
See Also