Click or drag to resize

BoxFAdd(BoxF, Vector3F, BoxF) 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 void Add(
	ref BoxF b,
	ref Vector3F v,
	out BoxF result
)

Parameters

b  BoxF
The BoxF to add.
v  Vector3F
The Vector3F to add.
result  BoxF
When the method completes, contains the resulting box.
See Also