Click or drag to resize

BoxF Constructor (Vector3F, Vector3F, Matrix3F)

Constructs a box with the given center, extents 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 Vector3F center,
	ref Vector3F extents,
	ref Matrix3F axis
)

Parameters

center
Type: NeoAxisVector3F
The center Vector3F.
extents
Type: NeoAxisVector3F
The extents Vector3F.
axis
Type: NeoAxisMatrix3F
The axis Matrix3F.
See Also