Click or drag to resize

BoundsMerge Method (Bounds, Bounds, Bounds)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void Merge(
	ref Bounds a,
	ref Bounds b,
	out Bounds result
)

Parameters

a
Type: NeoAxisBounds
b
Type: NeoAxisBounds
result
Type: NeoAxisBounds
See Also