Click or drag to resize

BoxAdd(Box, Vector3) 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 Box Add(
	ref Box b,
	ref Vector3 v
)

Parameters

b  Box
The Box to add.
v  Vector3
The Vector3 to add.

Return Value

Box
The resulting box.
See Also