Click or drag to resize

BoundsFAdd Method (Vector3F, BoundsF, BoundsF)

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 Vector3F v,
	ref BoundsF b,
	out BoundsF result
)

Parameters

v
Type: NeoAxisVector3F
b
Type: NeoAxisBoundsF
result
Type: NeoAxisBoundsF
See Also