Click or drag to resize

BoxF(Vector3F, Vector3F, Matrix3F) 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 BoxF(
	ref Vector3F center,
	ref Vector3F extents,
	ref Matrix3F axis
)

Parameters

center  Vector3F
The center Vector3F.
extents  Vector3F
The extents Vector3F.
axis  Matrix3F
The axis Matrix3F.
See Also