Click or drag to resize

BoxF Constructor (BoundsF, Vector3F, Matrix3F)

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

Parameters

bounds
Type: NeoAxisBoundsF
The BoundsF.
origin
Type: NeoAxisVector3F
The origin Vector3F.
axis
Type: NeoAxisMatrix3F
The axis Matrix3F.
See Also