Click or drag to resize

BoxF(BoundsF, Vector3F, Matrix3F) 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 BoxF(
	BoundsF bounds,
	Vector3F origin,
	Matrix3F axis
)

Parameters

bounds  BoundsF
The BoundsF.
origin  Vector3F
The origin Vector3F.
axis  Matrix3F
The axis Matrix3F.
See Also