Click or drag to resize

BoxFAdd(BoxF, Vector3F) Method

Addition of a given box and a vector.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static BoxF Add(
	ref BoxF b,
	ref Vector3F v
)

Parameters

b  BoxF
The BoxF to add.
v  Vector3F
The Vector3F to add.

Return Value

BoxF
The resulting box.
See Also