Click or drag to resize

BoxAdd Method (Box, Vector3, Box)

Addition of a given box and a vector.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static void Add(
	ref Box b,
	ref Vector3 v,
	out Box result
)

Parameters

b
Type: NeoAxisBox
The Box to add.
v
Type: NeoAxisVector3
The Vector3 to add.
result
Type: NeoAxisBox
When the method completes, contains the resulting box.
See Also