Click or drag to resize

BoxFAdd Method (BoxF, Vector3F)

Addition of a given box and a vector.

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

Parameters

b
Type: NeoAxisBoxF
The BoxF to add.
v
Type: NeoAxisVector3F
The Vector3F to add.

Return Value

Type: BoxF
The resulting box.
See Also