Click or drag to resize

BoundingBox3Merge Method (BoundingBox3, BoundingBox3)

Namespace:  Clio.Utilities
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static BoundingBox3 Merge(
	BoundingBox3 bb1,
	BoundingBox3 bb2
)

Parameters

bb1
Type: Clio.UtilitiesBoundingBox3
bb2
Type: Clio.UtilitiesBoundingBox3

Return Value

Type: BoundingBox3
See Also